Subroutine Name | Executable Example | Viewable Example |
---|---|---|
W3APPLY-XSLT-XML |
E3XSLT |
E3XSLT |
Call an XSLT processor with the given XML and replace the output page with the generated data.
1 W3XSL (A) DYNAMIC BY VALUE /* i /m : xsl template 1 W3XML (A) DYNAMIC BY VALUE /* i /m : xml data 1 W3RESPONSE (I4) OPTIONAL /* o/o : result
If the W3RESPONSE
parameter is not specified, the Web
Interface error processing is triggered if an error occurs. If the
W3RESPONSE
parameter is specified, the parameter contains the
Natural message number if an error occurred, or zero on success.
PERFORM W3APPLY-XSLT-XML W3XSL W3XML PERFORM W3APPLY-XSLT-XML W3XSL W3XML W3RESPONSE
Apply XSLT Processing is only available on versions of Natural for Windows and UNIX that contain the User Exit USR 6001P.