X-Git-Url: http://www.entropy.ch/git/TestXSLT.git/blobdiff_plain/c6cf07c652c9cdfbc53cf23b284bac7ff1e15829..4c8317a79733baf66270eb75e1b54d8796e84418:/XMLParserLibxml.m diff --git a/XMLParserLibxml.m b/XMLParserLibxml.m index 034ca42..7078d04 100644 --- a/XMLParserLibxml.m +++ b/XMLParserLibxml.m @@ -131,10 +131,10 @@ void makeUnixLineFeeds(char *buffer) { } +/* - (BOOL)checkWellFormedData:(NSData *)xmlCode { - /* // fixme: using nsdata now, not null-terminated. maybe replace with expat. return YES; char *xmlString = (char *)[xmlCode bytes]; @@ -180,16 +180,16 @@ void makeUnixLineFeeds(char *buffer) { return YES; } -*/ } +*/ - (BOOL)parseData:(NSData *)xmlCode { - int error = 0; +// int error = 0; // makeUnixLineFeeds(xmlString);