How to get param from file, ala Saxon's "+paramname=val

Here should go questions about transforming XML with XSLT and FOP.
vpthoma
Posts: 3
Joined: Mon Jun 25, 2007 9:57 pm
Location: US

How to get param from file, ala Saxon's "+paramname=val

Post by vpthoma »

I use Saxon 8B on the command line with a param being set with "+event=event.xml" to get the parameter from a file but I can't find a way to do that in Oxygen. Everything I've tried just says that I've provided a string where node()* was expected.
I could change it to variable and use select="doc('event.xml') but I would like to debug a stylesheet without changing it.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

In the current version all parameter values are set as string. We plan to allow the specification of the type of parameter in a future version of oXygen.


Regards,
Sorin
Post Reply