DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/)
-   XML, XSLT and XPATH (http://www.daniweb.com/forums/forum134.html)
-   -   XML Linking !!! (http://www.daniweb.com/forums/thread113698.html)

msankardas Mar 13th, 2008 6:51 am
XML Linking !!!
 
Hi,

I am a newbie when it comes to programming in xml, so my doubts can sound stupid.

Anyway, here is what I want to convey.
I have a test.xml file like this.

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE REQUEST [
<!ENTITY cred SYSTEM "/test/credentials.xml">
]>

<REQUEST Name="calculateBusinessHours">
<start Value="06/28/2007 16:53:16" />
<hours Value="8" />

&cred;

</REQUEST>


and credentials.xml is as follows.
<credentials>
<id>bob</id>
<pw>sandiego</pw>
</credentials>


Using this mechanism, the entire contents of credentials.xml comes in the test.xml file(the first one), when I open it in something like Internet Explorer.
I want to access only the <id>bob</id> portion of the credentials.xml file(not the <pw>sandiego</pw> part)... is there a method to achieve this in this file itself??? A sort of selecting linking of one xml file in another.

Regards
Manu

msankardas Mar 13th, 2008 7:30 am
Re: XML Linking !!!
 
Is it possible through XInclude and XPointers ???

msankardas Mar 29th, 2008 11:29 am
Re: XML Linking !!!
 
Is there any way I can parse the external entity link that I have added.
for eg: in my xml file I have
<!ENTITY cred SYSTEM "/test/credentials.xml">.
I want to retieve this location "/test/credentials.xml", is there any way i can achieve that??
please help..


All times are GMT -4. The time now is 3:57 am.

Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC