Click to See Complete Forum and Search --> : silly problem


dntel
07-17-2007, 06:23 AM
Anyone help me and tell me why this is wrong?

<currencycode>
<currency>
<Code>USD</Code>
<name>United States Dollar</name>
<rate>0.49</rate>
<symbol>$</symbol>
</currency>
<currency>
<Code>GBP</Code>
<name>Great British Pounds</name>
<rate>2.1</rate>
<symbol>£</symbol>
</currency>
</currencycode>

Thanks :D

Kor
07-17-2007, 07:32 AM
Special characters are tricky to be handled within XML:

http://www.xml.com/pub/a/2001/01/31/qanda.html

especially British pound:

http://fyneworks.blogspot.com/2007/04/ajaxxml-problem-with-british-pound-sign.html