I need to process xml and xsd docs in a 'C' program that writes on freeBSD. Is there any library available (some XML should be like DOM) so that I do not need to read it as text and do all the stupid work? For example: I want to work, like adding a special node and all at a specified location in XML node tree.
You should probably see that it has a DOM interface and you have to do other things at the node manipulation level . I am not sure of your question if you need XSD verification or not an incomplete but I have not used it so I can not comment on it.
Comments
Post a Comment