|
Subject: Re: [xsl] 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 |
<?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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Get value from update.xml, David Carlisle | Thread | Re: [xsl] Get value from update.xml, Joris Gillis |
| Re: [xsl] Get value from update.xml, David Carlisle | Date | Re: [xsl] Get value from update.xml, Joris Gillis |
| Month |