SLAX Comments Overview
You enter comments in SLAX in the traditional C style, beginning with /* and ending with */.
/*
* This is a comment.
*/
The XSLT equivalent is:
<!--/*
* This is a comment
*/ -->
You enter comments in SLAX in the traditional C style, beginning with /* and ending with */.
/*
* This is a comment.
*/
The XSLT equivalent is:
<!--/*
* This is a comment
*/ -->