|
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:28:36 +0200 |
My update.xml, source.xml and xslt are all in one folder. So, I don't think there will be problem of variable is empty.
Try changing the path from relative
<xsl:variable name="update" select="document('update.xml')"/>to absolute:
<xsl:variable name="update" select="document('file://localhost/C:/f/update.xml')"/>regards, -- 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, Shailesh | Thread | Re: [xsl] Get value from update.xml, David Carlisle |
| Re: [xsl] Get value from update.xml, Joris Gillis | Date | Re: [xsl] Get value from update.xml, David Carlisle |
| Month |