Hi, I am basing my code on SimpleXPathAPI, and to my shock, I found code such as the following
const XalanDOMString&
XalanSourceTreeElement::getNodeValue() const
{
return s_emptyString;
}
why is that ? I am using 1.11
Where is the stable version that I can use ?
Thanks
Fahad
