Antwort: Output DOM Tree to a file.

2001-09-27 Thread AKohler
Hi Susanna, once you have generated your DOMDocument you can extract, change or insert data. In my application I made specific functions to manipulate a previously parsed DOMDocument. These functions use Xerces-c functions and they are put together with the DOMDocument and some other stuff in a

Output DOM Tree to a file.

2001-09-27 Thread Susanna
Dear Andreas Thank You for e-mail! I tested file and all working well. I tested it (in DOMPrint)also using following commands: DOM_DOMImplementation implem; DOM_Document docum = implem.createDocument( 0, "", DOM_DocumentType()); and received the same result. I must change the name of attrib

Antwort: Output DOM Tree to a file.

2001-09-26 Thread AKohler
Hi Susanna, unfortunately, there is no simple function in xerces-c to serialize or print out a DOMDocument. The only way I know is given by the DOMPrint example, which parses a XML - File into a DOMDocument and afterwards prints the DOMDocument to the standard output (cout). By the way, I have

Output DOM Tree to a file.

2001-09-25 Thread Susanna
Dear , Andreas For CreateDOMDocument sample program: I would like to print result to a file. Is it possible and how? Thanks, Susanna Harutyunyan To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ---

Re: Output DOM Tree to a file.

2001-09-20 Thread Jerry Carter
At 11:07 AM 20-09-01 -0400, Kevin Nguyen wrote: Hi, For DOMPrint sample program: Instead of printing a XML file to DOS window, I would like to print it to a file. Is it possible and how? Thanks, Kevin Nguyen The simplest way is to do: DOMPrint argument_list > outputfile 2>&1 whe

Antwort: Output DOM Tree to a file.

2001-09-20 Thread AKohler
. } Bye, Andreas "Kevin Nguyen" <[EMAIL PROTECTED]> am 20.09.2001 17:07:43 Bitte antworten an [EMAIL PROTECTED] An:<[EMAIL PROTECTED]> Kopie: Thema: Output DOM Tree to a file. Hi, For DOMPrint sample program:  Instead of printing a XML file to DOS window,

Output DOM Tree to a file.

2001-09-20 Thread Kevin Nguyen
Hi, For DOMPrint sample program:  Instead of printing a XML file to DOS window, I would like to print it to a file.  Is it possible and how? Thanks,   Kevin Nguyen