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]

Re: Passing a parameter to an XSL document


menkell@us.ibm.com wrote:
> 
> I would like to pass the name of the xml document(en_US.xml)  to be used in
> this xsl segment.  Java or javascript.
> 
> <xsl:if test="document('en_US.xml')/locale/*[name()=$myKey]">
> 
> Any ideas?

See the XSLT spec under xsl:param, and also consult the documentation
for your XSL processor to determine how to pass arguments into a script. 

 Steve


 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]