On Fri, Nov 26, 2010 at 12:13, Alan R Williams <[email protected]> wrote: > On 25/11/2010 22:41, Mikołaj Rybiński wrote: > > Hello, > >> So back to the original problem: >> can I use parameters with Taverna native "Transform XML" processor? > > Sorry - no. As you suggested, you can write a beanshell to do it > though. Do you want me to add this into our bug tracking system (Jira) > as a request?
Yes, please. That kind of feature would make sense with "XML Transform" processor. (Note that there is an Java API for that: http://download.oracle.com/javase/1.5.0/docs/api/javax/xml/transform/Transformer.html#setParameter%28java.lang.String,%20java.lang.Object%29; Strings would be sufficient as values.) Other, related request would be to support XSLT 2.0 transformer (and thus XPath 2.0) by default; as far as I know default JAXP Transformer does not. E.g., if it isn't violating any base rules, distribute Taverna with Saxon free processor and set the "javax.xml.transform.TransformerFactory" property. Best regards, Mikołaj > >> Best regards, >> Mikołaj > > Alan > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > _______________________________________________ > taverna-users mailing list > [email protected] > [email protected] > Web site: http://www.taverna.org.uk > Mailing lists: http://www.taverna.org.uk/about/contact-us/ > ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/
