Page History
...
- You can open a WebRoutine in the Design view using the icon in the RDMLX source
- You can drag and drop fields and lists marked FOR(*OUTPUT) or FOR(*BOTH) onto your page at any time from the tab.
Tips & Techniques
- Weblet properties can be assigned string literals or XPath expressions. The XSL processor then evaluates the XPath expression. XPath expressions accept general logical comparison operators <, >, != <=, >= etc., as well as mathematical operators *,/,+,- etc. For a quick reference to XPath see: www.mulberrytech.com/quickref/XSLT_1quickref-v2.pdf. For a more detailed reference, see www.w3schools.com.
- With the WAM open in the editor, you can compile from the Home ribbon or open the Compile options dialog from the Menu button on the Compile group on the Home ribbon.
- You can also use a context menu by selecting a WAM in the Repository tab or Favorites/Last Opened tab.
- For a new WebRoutine, it is not necessary to do a compile to generate the XSL, since a a Build also generates the XML / XSL, but without doing a full compile.
- Note: XSL can be generated for a selected WebRoutine using the context menu option, WebRoutine: nnnnnnn / Generate XSL in the LANSA Editor.
...