c - xml xsd processing library for freebsd -


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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -