This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

passing parameters with spaces to saxon


Hi list

Can anyone tell me how to pass parameters with spaces in the value
to saxon via the command line. I'm using a Unix system, though that
probably shouldn't matter.

I've tried things like

java com.icl.saxon.StyleSheet file.xml file.xsl \
  "HAS_SPACES=has spaces" \
  HAS_SPACES='has spaces' \
  HAS_SPACES=has\ spaces

etc.

and saxon keeps telling me 'Bad param=value pair'.

Thanks in advance.

-- 
Warren Hedley


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]