[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Comments

You enter comments in SLAX in the traditional C style, beginning with /* and ending with */.

/*
* This is a comment.
*/

The XSLT equivalent:

<!- -/*
* This is a comment
*/ - ->

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]