Thanks for the link.
I have had a look at it. Actually i do not want the entire document returned as XML only a part of it. And the next major problem is i am not good at PHP. Worked all my life on MSXML XPATH & DOM ;). Still haven't found the answer :(.
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...
Thanks for ur reply Chip.
Yes the document has been set the encoding :
<?xml version="1.0" encoding="iso-8859-1" ?>
I am reading the file using Microsoft DOM.
When i try opening the document with XMLSpy i get the following message :
"Your file contains 1...
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...
What are the error messages you are getting? Are the messages same for all the pages you execute? ASP pages will run fine as long as IIS is installed and running. Let me know about the error messages so that i can think of a solution.
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.