I have a big XML file which has lot of data in it which is like
<item>
<g:image_link><guid>424</guid>
<g:label>AAAAAAAAAA</g:label>
<g:label>STUFFF</g:label>
<g:label>BLAH BLAH</g:label>
<g:label>MORE BLAH BLAH</g:label>
<g:location> New York USA</g:location>
</item>
If i run the file as is in IE i get an error in it. IF i remove the G: and remove the definiation for g: which is
<?xml version='1.0' encoding='UTF-8' ?>
<rss version ='2.0' xmlns:g='
then I get no errors. Otherwise I get this error
An invalid character was found in text content. Error processing resource 'file
Although there is no invalid stuff in there. If it is then file should not work even without the g: stuff
ANY HELP on this.
<item>
<g:image_link><guid>424</guid>
<g:label>AAAAAAAAAA</g:label>
<g:label>STUFFF</g:label>
<g:label>BLAH BLAH</g:label>
<g:label>MORE BLAH BLAH</g:label>
<g:location> New York USA</g:location>
</item>
If i run the file as is in IE i get an error in it. IF i remove the G: and remove the definiation for g: which is
<?xml version='1.0' encoding='UTF-8' ?>
<rss version ='2.0' xmlns:g='
then I get no errors. Otherwise I get this error
An invalid character was found in text content. Error processing resource 'file
Although there is no invalid stuff in there. If it is then file should not work even without the g: stuff
ANY HELP on this.