This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]