xsl-list
[Top] [All Lists]

Re: Get value from update.xml and stored in source.xml(update source.xml)

2005-09-08 04:11:00
Tempore 13:05:52, die 09/08/2004 AD, hinc in 
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com scripsit Shailesh 
<shailesh(_at_)quagnito(_dot_)net>:

<?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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--