xsl-stylesheet-prolog
Syntax
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
- prolog
- 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.
Usage
This stanza entry is 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>