View Full Version : Displaying " " and ' ' in Flash from XML?
mikedkap
June 2nd, 2006, 10:55 AM
Does anybody know how to format my XML so that quotation marks and apos's show up in Flash as " " and ' ' not " and '
Thanks!
boohaha
June 2nd, 2006, 11:52 AM
I have an idea! Why don't you input the so called "escape characters" (http://hdf.ncsa.uiuc.edu/HDF5/XML/xml_escape_chars.htm) " and ' in your XML document so that quotation marks and apos's show up?
mikedkap
June 2nd, 2006, 01:56 PM
I actually tried that already and it didn't work. This is stumping me!
Jeff Wheeler
June 2nd, 2006, 02:21 PM
Turn on html parsing in Flash (assuming you're using Flash).
If " is being sent to the browser outside of Flash, and is being displayed as such, then you're really sending ", and you're calling an html conversion function somewhere along the line.
Stratification
June 2nd, 2006, 02:27 PM
You may also actually need to ask for xmlNode.nodeValue instead of just xmlNode (depending on how you're doing it now). It's cause me problems in the past.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.