> - how to print the DOM document as XML, excepting method described in
> DOMPrint and SAXPrint examples;
>
Those are the only methods currently available.
> - what encoding is use as default in Xerces library;
>
UTF-16, in the native endianness.
> - how to get/set value or attribute from/in the necessary code page in
> Xerces C++.
If you want to convert them to the local code page, you can juse the
XMLString::transcode() method. If you want it into some other encoding, call
methods on the transcoding service object, from XMLPlatformUtils, to create
an XMLTranscoder for the encoding you need.
--------------------------
Dean Roddey
The CIDLib C++ Frameworks
Charmed Quark Software
[EMAIL PROTECTED]
http://www.charmedquark.com
"I'm not sure how I feel about ambivalence"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]