Apologies is this is a repost... there seemed to be a problem with the first attempt.
Quick story is that I am trying to use a Dynamically Generated Select list. I have followed the DynamicProcess sample code and think that I have something that looks right, but it doesn't work. (I can't run the DynamicProcess sample code due to configuration limitations).
My question is what XML is required to make the select list work on the xform?
The XML that I am generating (I start with a variable that is initialized to a XML literal and then apply the XSL transform) is:
| Code: : |
<Acts />
<Acts_items>
<item xmlns="http://example.com/SelectValues/xform">
<label>2</label>
<value>1</value>
</item>
</Acts_items>
|
Which looks about right, but as I mentioned, doesn't display anything.
Thanks so much for your assistance!!
RB