• 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
NSXMLParserErrorDomain 4
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSXMLParserErrorDomain 4


  • Subject: NSXMLParserErrorDomain 4
  • From: Steven LeMaire <email@hidden>
  • Date: Wed, 22 Feb 2006 21:23:19 -0500

Hi Everyone,

I am getting this error trying to parse a simple xml doc.
Can someone provide more info, with what is going wrong ?

The xml file is local on my HD, it is very simple. The code is very simple.

NSString *filePath = @"/parsetest.xml";
NSURL *xmlURL = [NSURL fileURLWithPath:filePath];
NSXMLParser *myParser = [[NSXMLParser alloc] initWithContentsOfURL:xmlURL];


I set the delegate to self, send a message to parse, which returns a bool value of NO,
and get this error when I send a parserError message.


Cheers
Steven


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: NSXMLParserErrorDomain 4
      • From: Chris Parker <email@hidden>
  • Prev by Date: How to build a vertical palette bar and make this bar dockable?
  • Next by Date: Re: NSXMLParserErrorDomain 4
  • Previous by thread: Re: How to build a vertical palette bar and make this bar dockable?
  • Next by thread: Re: NSXMLParserErrorDomain 4
  • Index(es):
    • Date
    • Thread