Hi,
I have an xml document that looks like this :
<root>
<abstract id="001">
<heading>Welcome to XML</heading>
<p>This is a text</p>
<p>This is also a text</p>
</abstract>
</root>
I am using PHP 4 and want to fire a XPath eg: "/root/abstract" which has to return the complete abstract...
Hi all,
I have an xml file with a few special characters like "ä" and lots more. These symbols get displayed properly on the browser. But when i try reading them using Visual Basic 6 i get question marks. The xml document follows the "iso-8859-1" encoding format and it does...
I have a problem while retrieving XML data using XPath.
My XML data contains a few special characters.For eg: i have a sentence which has the special character ∑ which gets translated to the SUM symbol (?). When i retrieve this data using XPath i get a ? instead of the actual text. What...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.