tehashman
01-07-2009, 10:20 AM
Hi there I have an xml that contains data pulled from a database. sometimes this data may contain html entities such as &, £ < and > but they will be encoded into their html quivalents before being put into the xml.
so an xml node may look like this:
<data>hello & Good Bye</data>
the only problem is that both IE and FF XML parsers throw an error resulting in my page not working.
how am i able to add these entities into the xml?
Thanks
TehAshMan
so an xml node may look like this:
<data>hello & Good Bye</data>
the only problem is that both IE and FF XML parsers throw an error resulting in my page not working.
how am i able to add these entities into the xml?
Thanks
TehAshMan