How to get param from file, ala Saxon's "+paramname=val
Posted: Mon Jun 25, 2007 10:07 pm
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.
I could change it to variable and use select="doc('event.xml') but I would like to debug a stylesheet without changing it.