xsl-list
[Top] [All Lists]

Re: dynamic variable name/implementation question

2005-08-26 07:47:15


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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--