Hello, Thanks to David and Will for the help with moving the parser into a class. I have that working so I am moving on to more involved development. I am currently stumbling over the extraction of a C++ string from XalanDOMString after a call to XalanNode::getNodeValue(). I am getting the the XalanDOMString but my attempts to transcode (like I did in Xerces) have failed. I have not gone through all of the API documents but I am hoping that I have just missed something simple.
Thanks again