Hello,
I checked the style sheets of the generator and could not find a rule for generating an xapp:select tag.
If you are familiar with XSL programming you could extend the style sheets of the generator: Add a rule (template) that transforms our own tag (e.g. select) of the structure file into an xapp:select tag. You shut add the template into basics.xsl and invoke the template within the templates that invoke
<xsl:apply-templates select="field" />.
Your tag ‘select’ would have the same status as a tag ‘field’ within the structure.xml file.
If you want to extend the generator in this way but need more information about the style sheet process, please let us know and we will support you.
Bye,
Christian.
#Tamino#API-Management#webMethods