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
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
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
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]
---
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
.
}
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,
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