[Home] [By Thread] [By Date] [Recent Entries]
Passing of parameters to a processor is processor-specific, so you
would be better asking this on the saxon-help list (go to the Saxon
project on SourceForge).
I gather from subsequent answers that you are invoking Saxon from the command line. Parameters passed from the command line are treated as untypedAtomic, so they are automatically converted to the required type. So supplying base-uri from the command line should be OK. However, the default value you have given is a string (not untypedAtomic or anyURI) and this will cause a failure. You should write select="xs:anyURI('http://www.google.com')"
On 24/08/2010 14:01, Martynas Jusevicius wrote: Hey list,
|

Cart



