
April 18th, 2012, 02:43 AM
|
|
Registered User
|
|
Join Date: Apr 2012
Posts: 2
Time spent in forums: 31 m 55 sec
Reputation Power: 0
|
|
|
How to call a XML in XSL by giving relative reference instead of absolute reference
In following code in xsl as follows:
<xsl:variable name="OrgCode"><xsl:value-of select="document('C:\Documents and
Settings\Administrator\Value.xml')
Instead of using this absolute reference say C:\, want to call Value.xml by giving relative reference.
help would be appreciated
thank u
|