>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"><!DOCTYPE MYDOC SYSTEM
"mydoc.dtd" [some entity declaration]></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) <=
|
|