Hi,
the final version of the DOM specs uses two methods: getXmlEncoding and
getInputEncoding
Alberto
Il 11/08/2011 08:33, Venkata Rao Gorantla ha scritto:
Hi,
I am using xerces 2.8. Recently, we are trying to upgrade from xerces 2.8 to
3.1.1.
In our code, we used funtion getActualEncoding() while using xerces 2.8. but
when we point library to 3.1.1, we are getting errors like
"error: âclass xercesc_3_1::DOMDocumentâ has no member named
âgetActualEncodingâ".
1.What is the equivalent funtion to "getActualEncoding" in 3.1.1
2.Please suggest way forward to it.