I want to parser bookmark xml that import from web browser.I have reading a NSString from a local file that is bookmark xml file and created a NSXMLDocument
.The code is
NSXMLDocument* document = [[NSXMLDocument alloc] initWithXMLString:htmlStr options:NSXMLDocumentTidyXML error:nil];
But there are several DT elements in the htmlStr and they are not pairs.How I parse it,anybody could help me ? or do you have some samples for it? thank you!