}
+/*
- (BOOL)checkWellFormedData:(NSData *)xmlCode {
- /*
// fixme: using nsdata now, not null-terminated. maybe replace with expat.
return YES;
char *xmlString = (char *)[xmlCode bytes];
return YES;
}
-*/
}
+*/
- (BOOL)parseData:(NSData *)xmlCode {
- int error = 0;
+// int error = 0;
// makeUnixLineFeeds(xmlString);