|
Subject: RE: [xsl] 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"><!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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Copy DocType, Michael Kay | Thread | [xsl] Node Selection, Decarli, Jim |
| [xsl] How to check for absence of a, Sudhir Malhotra | Date | [xsl] How do i optimize my styleshe, Wajihuddin Ahmed |
| Month |