Dec 4, 2002 #1 MarcusH Programmer May 3, 2001 22 GB Hi How can I get xml to accept the "£" sign? The below does not work <root> <test>£12.99</test> </root> My schema is defines this as datatype string. Your help would be much appreciated. Thanks Marcus
Hi How can I get xml to accept the "£" sign? The below does not work <root> <test>£12.99</test> </root> My schema is defines this as datatype string. Your help would be much appreciated. Thanks Marcus
Dec 4, 2002 Thread starter #2 MarcusH Programmer May 3, 2001 22 GB Hi I've found the answer to my question. I simply added <?xml version="1.0" encoding="ISO-8859-1" ?> Marcus Upvote 0 Downvote
Hi I've found the answer to my question. I simply added <?xml version="1.0" encoding="ISO-8859-1" ?> Marcus
Dec 10, 2002 #3 timcam01 Programmer Mar 13, 2002 4 US fyi, Another way is to use the £ or £ entity instead of "£". Here's a website that gives you an entity reference list: http://www.htmlhelp.com/reference/html40/entities/latin1.html And details on why you should use character entity reference: http://www.htmlhelp.com/reference/html40/entities/ Upvote 0 Downvote
fyi, Another way is to use the £ or £ entity instead of "£". Here's a website that gives you an entity reference list: http://www.htmlhelp.com/reference/html40/entities/latin1.html And details on why you should use character entity reference: http://www.htmlhelp.com/reference/html40/entities/