Hello, I'm using DOMBuilder to parse xml documents and create c++ objects traversing the DOMTree obtained with a TreeWalker.
In the xml documents I've different types like xsd:double, xsd:bool that I would like to transform in c++ equivalent types, but ¿how could I do it if the method getNodeValue() return a type XMLCh? Thank you.
