]> granicus.if.org Git - docbook-dsssl/commit
Made the following changed in the mode="hyphenate.verbatim" template:
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 4 Jul 2007 01:30:15 +0000 (01:30 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 4 Jul 2007 01:30:15 +0000 (01:30 +0000)
commitcdf54a958dd02af8418e4917eaefe0b69f9ee832
tree4d178a269041776021bb86ffe8fa720e65cc28e7
parentd256f9232e6cefa26058d3e383dd1ee332bfea83
Made the following changed in the mode="hyphenate.verbatim" template:
  -    <xsl:apply-templates select="node()|@*" mode="hyphenate.verbatim"/>
  +    <xsl:copy-of select="@*"/>
  +    <xsl:apply-templates mode="hyphenate.verbatim"/>
...because as was it caused xsltproc to raise a fatal "Attribute
nodes must be added before any child nodes to an element." (though
not saxon)
xsl/fo/verbatim.xsl