Re: How do I Allow empty attributes when parsing with XMLParseDataRef

2008-06-11 Thread Keary Suska
6/11/08 3:07 AM, also sprach [EMAIL PROTECTED]: > XMLParseDataRef > > to parse xml, but the parse does not accept empty attributes: > > My code look like this: > > sXMLStartElementUPP = > (StartElementHandlerUPP)NewStartElementHandlerUPP(StartElementHandler); > sXMLEndElementUPP = > (En

Re: How do I Allow empty attributes when parsing with XMLParseDataRef

2008-06-11 Thread Jean-Daniel Dupas
I wasn't even aware of this XML parser. As we are on a Cocoa list I suggest you to have a look at NSXMLParser. Else this question is completly off topic. Le 11 juin 08 à 11:07, Pontus Hulin a écrit : Im using XMLParseDataRef to parse xml, but the parse does not accept empty attributes:

How do I Allow empty attributes when parsing with XMLParseDataRef

2008-06-11 Thread Pontus Hulin
Im using XMLParseDataRef to parse xml, but the parse does not accept empty attributes: My code look like this: sXMLStartElementUPP = (StartElementHandlerUPP)NewStartElementHandlerUPP(StartElementHandler); sXMLEndElementUPP = (EndElementHandlerUPP)NewEndElementHandlerUPP(EndElementHandl