[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
help needed
- From: Jerry Johns <Jjohns@computerlogic.com>
- To: "'xml-dev@lists.xml.org'" <xml-dev@lists.xml.org>
- Date: Fri, 05 Jan 2001 08:06:03 -0500
I'm using the DOM API to create an XML file. I need to imbed an HTML
document within the XML document. I also need to imbed a JPEG binary file
into the XML documented.
When I use the DOM API to place content into the XML file, DOM is
translating special characters "<" and ">" into text strings, such as
"<".
Do you know of a way to instruct DOM to not do this conversion when it
places content into the XML document?
Thanks much.
Jerry