|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Copy DocType
>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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








