Parameters in XMLSpy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Derek Fountain

    Parameters in XMLSpy

    I'm evaluating XMLSpy, and can't find how to get parameters into it at
    runtime. That is, my XSL has a line like this one:

    <xsl:param name="targetLan guage"/>

    and on my Linux command line I can say:

    xsltproc --stringparam targetLanguage en key.xml

    thus giving the 'targetLanguage ' parameter a value of "en".

    How do I set the 'targetLanguage ' in XMLSpy?
Working...