From: Michael Smith Date: Tue, 17 Jul 2007 05:07:10 +0000 (+0000) Subject: Adding yet another hack to workaround the fact that the DocBook 5 X-Git-Tag: release/1.79.1~6^2~1948 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b862398b5b822d146a3f183d67efacf8d34e4fe;p=docbook-dsssl Adding yet another hack to workaround the fact that the DocBook 5 grammar requires @xml:id instead of @id, and xsltproc actually takes xml:id seriously and checks that it's really a NCName. --- diff --git a/xsl/tools/xsl/build/id-to-xmlid.xsl b/xsl/tools/xsl/build/id-to-xmlid.xsl new file mode 100644 index 000000000..dd8aaafbd --- /dev/null +++ b/xsl/tools/xsl/build/id-to-xmlid.xsl @@ -0,0 +1,20 @@ + + + + + + + + + + + +