Subject: Re: Get value from update.xml and stored in source.xml(update source.xml)
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Thu, 08 Sep 2005 13:11:00 +0200
|
Tempore 13:05:52, die 09/08/2004 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit Shailesh <shailesh@xxxxxxxxxxxx>:
<?xml version="1.0" encoding="utf-16"?>
<test>
<source.xml>
<test>
<chapter>
<test1 id="0000001">
<test2>
</test2>
</test1>
<test1 id="0000002">
<test2>
</test2>
</test1>
</chapter>
</test>
</source.xml>
<update.xml>
</update.xml>
<output>
<test>
<chapter>
<test1 id="0000001">
<!--Looking up test1 (id = '0000001')-->
<!--With raw xpath:-->
<!--With a key:-->
</test1>
<test1 id="0000002">
<!--Looking up test1 (id = '0000002')-->
<!--With raw xpath:-->
<!--With a key:-->
</test1>
</chapter>
</test>
</output>
Ok, are your files 'update.xml' and 'source.xml' in the same directory?
Has the instance of msxml permission to read files from your hard disk?
--
Joris Gillis (http://users.telenet.be/root-jg/me.html)
Deserta faciunt et innovationem appelant
|