]> 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)
commitd86572979232c2408f6ec5daecb0a4aaa2961bda
tree2ce0a1fcc8ce74276e784c51ceaa3751cda00907
parent91ff52cf3784c0f006f5409cd95e6e2aeb2db3e8
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