Re: [xsl] dynamic variable name/implementation question

Subject: Re: [xsl] dynamic variable name/implementation question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 26 Aug 2005 15:47:15 +0100
> Maybe I don't understand the purpose of node-set()...

node-set extensions convert result tree fragments to node sets, they
don't parse strings.

I don't know if xalan allows you to pass in a document parameter from
the command line, but if not, pass in the name of a file containing 
<param-list>.... as the parameter and then do


select="document($paramaters)"

the document() function does expect a string and will then invoke an xml
parser on the referenced file.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread