xsql:set-page-param from xpath expression into array variable
491584Nov 21 2006 — edited Nov 22 2006I'd like to set an XSQL page array variable to the result of a xpath expression that returns multiple values.
Can I do something like this:
<xsql:set-page-param name="params[]"
xpath="//page/request/parameters/*[text()]"
treat-list-as-array="yes"/>
The documentation only mentions usage like
<xsql:set-page-param name="users[]" value="SCOTT SYS SYSTEM"/>