From 5b862398b5b822d146a3f183d67efacf8d34e4fe Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 17 Jul 2007 05:07:10 +0000 Subject: [PATCH] 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. --- xsl/tools/xsl/build/id-to-xmlid.xsl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 xsl/tools/xsl/build/id-to-xmlid.xsl 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 @@ + + + + + + + + + + + + -- 2.50.1