I have an XML DOM in memory (using Xerces) I am transforming, and in some cases I set an Element value to reserved chars (&, <, >, etc.). When I do the transformation, these characters get transformed into entities, such as: &amp; &gt;
 
Is there any way to prevent this behavior so that the original characters are preserved in the transformed document? Is it Xalan that is doing this, or is it Xerces when I set the value in the DOM itself?
 
Thanks in advance.
 
Cory
 
 
BEGIN:VCARD
VERSION:2.1
N:Isaacson;Cory;;;(Compuflex)
FN:Cory Isaacson (Compuflex)
ORG:CompuFlex International
TITLE:President & CTO
TEL;WORK;VOICE:(818) 884-1168
TEL;CELL;VOICE:(818) 359-2615
TEL;WORK;FAX:(818) 884-0178
ADR;WORK:;;21124 Banlynn Court;Topanga;CA;90290;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:21124 Banlynn Court=0D=0ATopanga, CA 90290=0D=0AUnited States of America
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20010327T203314Z
END:VCARD


Reply via email to