Forum: XML, XSLT and XPATH Jun 28th, 2009 |
| Replies: 4 Views: 1,334 Ok, I know what is wrong now,
The reason is because XML defaults to UTF-8 encoding when the encoding is not specified. This requires that the original xml file be written and saved as UTF-8... |
Forum: XML, XSLT and XPATH Jun 28th, 2009 |
| Replies: 4 Views: 1,334 Hi,
I have an xml document with the following line:
<title><![CDATA[HOME & DÉCOR]]></title>
this xml document fails in IE7 and IE8 reporting invalid charcter at the E acute. However, FF3 is... |