c - How can libxml2 be used to parse data from XML? -


I have seen 2-hour limbaxmal code samples and I learn how to slice them all together.

What are the necessary steps when using libxml2 to parse or remove data from an XML file?

I want to grab some features, and probably want to store the information. How is this done?

I believe that you must first create a parse tree. Maybe this article can help, look at the section that says.

Comments