Author |
Message
|
aks |
Posted: Mon Jun 14, 2004 7:24 pm Post subject: Passing transfomer parameters into XMLTransformation node |
|
|
Voyager
Joined: 19 Jul 2002 Posts: 84
|
Is it possible to set transformer parameters before XML is fed into an XMLTransformation node in V5?
In java land it is straightforward by using the setParameter method on the javax.xml.transform.Transformer object. The stylesheet can then reference the parameters passed in.
I need to do this in MQSI. Any help would be appreciated.
Thanks
Alan |
|
Back to top |
|
 |
waugh |
Posted: Tue Jun 15, 2004 6:45 am Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
do you mean the XSL file, folder paths dynamically for XSLT Node? |
|
Back to top |
|
 |
aks |
Posted: Tue Jun 15, 2004 2:39 pm Post subject: |
|
|
Voyager
Joined: 19 Jul 2002 Posts: 84
|
I mean for the xslt file, ie accessing the passed in parameter with <xsl:param name="var1"/> |
|
Back to top |
|
 |
Ward |
Posted: Mon Jul 10, 2006 11:44 pm Post subject: |
|
|
 Voyager
Joined: 27 Jun 2001 Posts: 98 Location: Europe
|
Aks,
did you find a solution for this already ? We have the same problem...
cheers,
Ward. |
|
Back to top |
|
 |
XZ |
Posted: Wed Jul 12, 2006 3:12 am Post subject: |
|
|
 Apprentice
Joined: 22 May 2006 Posts: 45 Location: IBM Hursley
|
Unfortunately, you can't. _________________ Regards,
-XZ
WMQI Development |
|
Back to top |
|
 |
Ward |
Posted: Fri Jul 14, 2006 12:02 am Post subject: |
|
|
 Voyager
Joined: 27 Jun 2001 Posts: 98 Location: Europe
|
Thanks for letting me know...
looking at your "location" you might be in the right place to help this getting rectified in the future
cheers,
Ward. |
|
Back to top |
|
 |
XZ |
Posted: Fri Jul 14, 2006 12:24 am Post subject: |
|
|
 Apprentice
Joined: 22 May 2006 Posts: 45 Location: IBM Hursley
|
Yes, the requirement has been noted. _________________ Regards,
-XZ
WMQI Development |
|
Back to top |
|
 |
|