xsl-stylesheet-prolog

xsl-stylesheet-prolog = prolog

Description

The prolog to be added to the top of the XSL stylesheet that is created using the XSL text that defines a boolean authorization rule.

Options

Usage: Optional

Default value

<?xml version='1.0' encoding='UTF-8'?> <xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'> <xsl:output method = 'text' omit-xml-declaration='yes' indent='no'/> <xsl:template match='text()'> </xsl:template>

Example:

xsl-stylesheet-prolog = <?xml version='1.0' encoding='UTF-8'?> 
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' 
version='1.0'> <xsl:output method = 'text' omit-xml-declaration='yes' 
indent='no'/> <xsl:template match='text()'> </xsl:template>

Parent topic: [aznapi-configuration] stanza