[xsl] Virtual xsl using variable document('staticfile.xml')

Subject: [xsl] Virtual xsl using variable document('staticfile.xml')
From: "gary cor" <stuff4gary@xxxxxxxxxxx>
Date: Thu, 25 Jul 2002 10:42:16 +0000
Hi guys,

I have been building a xsl file in memory on ASP.NET server, this never exists as a file but imports or includes XSL files and also grabs XML files which are static and 'trie' to hold them in variables that are then referenced in my static xsl.

The imports and includes all work find. However, the variable using the document function section doesn't seem to work only when created in the a dynamic file i.e. <variable name"common-xml" select="document('static.xml')"/>, I've tried system paths, web path, and relative paths but although the variable is created in contains no nodes or anything.

I am going to kep try but if anyone knoes why this should work I would be grateful for ther wisdow!

Cheers

G.

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread