Well ... what method of printing would you be interested in?  Are you
looking for something like a style sheet transformation?  If so, see the
Xalan pages.

Getting and setting values and attributes are shown in the samples.

Not sure what you mean by "what encoding is used"?  Do you mean, how is it
stored internally once you read it in?  The DOM methods should give you most
(if not all) of the necessary ways to access the XML data.  Look at the API
documents to learn more.

Todd


----- Original Message -----
From: "Alex A. Borisanov" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 29, 2001 10:54 AM
Subject: Print DOMDocument and Code Page


> Hello!
> I have some questions about Xerces C 1.4.0 to you:
>
> - how to print the DOM document as XML, excepting method described in
> DOMPrint and SAXPrint examples;
>
> - what encoding is use as default in Xerces library;
>
> - how to get/set value or attribute from/in the necessary code page in
> Xerces C++.
>
> Thanks.
>
> --
> Alex A. Borisanov, Software Engineer
> [EMAIL PROTECTED]
> ___________________________________________________________________
> Media Programming Group Ltd., Moscow, Russia
> http://www.mediapg.ru
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to