[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: Copy DocType
From: bryan.s.schnabel@xxxxxxxxxxxxxx
Date: Thu, 14 Jun 2001 15:11:16 -0700
>You cannot specify an internal subset, 
>and you must hard-code the string used for 
>the SYSTEM or PUBLIC identifier.

I guess if you HAD to you could specify an internal subset with a less than
elegant approach, like:

<xsl:template match="MyRootElement">
 <xsl:text disable-output-escaping="yes">&lt;!DOCTYPE MYDOC SYSTEM
&quot;mydoc.dtd&quot; [some entity declaration]&gt;</xsl:text>
  <MyRootElement>
    . . .
  </MyRootElement>
</xsl:template>

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • Copy DocType
    • Kevin_Gutch - Thu, 14 Jun 2001 15:45:53 -0400 (EDT)
      • <Possible follow-ups>
      • bryan . s . schnabel - Thu, 14 Jun 2001 18:09:08 -0400 (EDT) <=
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member