• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[Q] NSXMLDocument & TidyHTML on Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Q] NSXMLDocument & TidyHTML on Leopard


  • Subject: [Q] NSXMLDocument & TidyHTML on Leopard
  • From: Kotatsu RIN <email@hidden>
  • Date: Thu, 14 Feb 2008 00:59:58 +0900

Hi,

I want to know that whether NSXMLDocument:initWithContentsOfURL:option:
has some problem on Leopard.

I wrote the codes like below:


	NSURL*	fileurl;
	NSXMLDocument*	htmlFileDoc;
	NSError*	err;
	fileurl = [NSURL fileURLWithPath:[sheet filename]];
	htmlFileDoc = [[NSXMLDocument alloc] initWithContentsOfURL:fileurl options:NSXMLDocumentTidyHTML error:&err];
	// ...
	NSArray*	cNodes;
	NSString*	cXpath;
	// ...
	cNodes = [htmlFileDoc nodesForXPath:cXpath error:&err];


It work fine on Tiger, but doesn't work on Leopard.
Leopard return nothing for cNodes...
Does anyone know what happen on it?


Any help would be appreciated! Thank you!

Kotatsu R.

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: [Q] NSXMLDocument & TidyHTML on Leopard
      • From: Jens Alfke <email@hidden>
  • Prev by Date: Re: MD5 check sum of a file
  • Next by Date: Re: Do i need custom views created programatically
  • Previous by thread: Re: Changing up/down arrow behavior for NSTextField
  • Next by thread: Re: [Q] NSXMLDocument & TidyHTML on Leopard
  • Index(es):
    • Date
    • Thread