[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Copy DocType

Subject: RE: Copy DocType
From: bryan.s.schnabel@xxxxxxxxxxxxxx
Date: Thu, 14 Jun 2001 15:11:16 -0700
xsl 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">&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) <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.