Page 1 of 1

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

Posted: Mon Jun 25, 2007 10:07 pm
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.

Posted: Tue Jun 26, 2007 10:53 am
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