All,
I had upgraded XALAN 1.7 to 1.9 on HP UNIX machine today. After upgrading, I am getting the following compilation error. Can any one help me on this?
Source code is as follows
// OK, let's evaluate the _expression_...
XObjectPtr theResult( theEvaluator.evaluate( theDOMSupport,
theContextNode,
XalanDOMString(_expression_.c_str()).c_str(),
thePrefixResolver));
XPathEvaluator::terminate();
vector <char> charData;
charData = theResult->str().transcode();
returnVal.assign(charData.begin(), charData.end());
Following is the error.
Error 181: "XMResponseParser.cc", line 195 # Expected 1 argument(s) for "void xalanc_1_9::XalanDOMString::transcode(xalanc_1_9::XalanVector<char,xalanc_1_9::MemoryManagedConstructionTraits<char> > &) const"; had 0 instead.
charData = theResult->str().transcode();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Thanks,
Guru Murthy,
WIPRO Technologies,
Ph: 080 3029 28 28
M: 9845763762
WIPRO VOIP: 808 4445
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com |
