loading native xml
-
How do you mean ? Load it in the browser ? If it has a & and it means &, it's not XML, XML will be encoded properly.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
How do you mean ? Load it in the browser ? If it has a & and it means &, it's not XML, XML will be encoded properly.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
hi; I want to load it dataset or any otherway. Here is my remote xml for Ex. ... <property> <id>1</id> <country>USA</country> <Province>Jaé</Province> </property> <property> ..... getting an error XML Parsing Error: undefined entity
You could try replacing & with & in your string before reading it.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
You could try replacing & with & in your string before reading it.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.