Hi,
I'm having trouble to find a way to extract a list of all properties of a node without knowing what they're called.
I'm extracting single known properties using:
xmlGetProp(cur, (const xmlChar*)"nodename")
But how to get a list of all properties using libxml2?
Regards, marius