Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

xsql:set-page-param from xpath expression into array variable

491584Nov 21 2006 — edited Nov 22 2006
I'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"/>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 20 2006
Added on Nov 21 2006
2 comments
7,426 views