The parser is not involved in creating XML files. There are some editor
type tools out there that will aid you in creating XML files, but that's
not something that the parser has anything to do with. If you are just
looking for help on learning about XML and how to write it, there are
plenty of tutorials on the web and plenty of books in the bookstore. If
that's not what you are asking about, please give a little more information
and we can try to help you more.
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
"Chacon, Eric" <[EMAIL PROTECTED]> on 01/12/2000 04:50:09 PM
Please respond to [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: Programmatically creating an XML file
Apache,
Do you have any examples showing how to use Xerces to create an XML file
programmatically? I see several showing the use of the DOM and SAX
parser(s) but nothing that would help me to create an XML file to feed into
a parser.
Thanks,
Eric