XML.ignoreWhitespace = true
> From: [email protected] > To: [email protected] > Date: Mon, 20 Apr 2015 14:34:41 +0530 > Subject: Removing White Spaces from XML > > Hello > > I have string value <document><pdf></pdf><doc></doc></document>. When I > convert string to XML value like > var xml:XML = new XML(stringValue) it add whitespaces between document and > pdf. Is there a wy to ignore it. > > Regards > Virat I Patil > This message contains information that may be privileged or confidential and > is the property of the Capgemini Group. It is intended only for the person to > whom it is addressed. If you are not the intended recipient, you are not > authorized to read, print, retain, copy, disseminate, distribute, or use this > message or any part thereof. If you receive this message in error, please > notify the sender immediately and delete all copies of this message.
