I find it difficult to find a way to retrieve a list of all node properties without knowing what they cause.
I extract one of the known properties using:
xmlGetProp(cur, (const xmlChar*)"nodename")
But how to get a list of all properties using libxml2?
Regards, Marius
source
share