]> granicus.if.org Git - docbook-dsssl/commitdiff
Make sure xsl2jref.xsl stylesheet outputs document prolog with FPI
authorMichael Smith <xmldoc@users.sourceforge.net>
Tue, 19 Sep 2006 11:48:11 +0000 (11:48 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Tue, 19 Sep 2006 11:48:11 +0000 (11:48 +0000)
and system ID.

xsl/tools/xsl/build/xsl2jref.xsl

index 24b35fbcc186f87708074149141abf150c56331f..1efd3224405f138a7c0bcd2a00d9aa9fb131cf24 100644 (file)
         <xsl:with-param name="filename" select="$output-file"/>
         <xsl:with-param name="method" select="'xml'"/>
         <xsl:with-param name="encoding" select="'utf-8'"/>
+        <xsl:with-param
+            name="doctype-public"
+            >-//Norman Walsh//DTD JRefEntry V1.1//EN</xsl:with-param>
+        <xsl:with-param
+            name="doctype-system"
+            >http://docbook.sourceforge.net/release/jrefentry/1.1/jrefentry.dtd</xsl:with-param>
         <xsl:with-param name="content">
           <xsl:apply-templates/>
         </xsl:with-param>