Are you trying to generate an internal subset?  If so, you cannot in XSLT
-- the only thing you can do officially is to generate a doctype
declaration using xsl:output and the .

You can try to hack it with xsl:value-of and disable-output-escaping, but
that's truly a hack.  There should be some examples of that sort of thing
in the archives of the Mulberry XSL list.

Dave



                                                                                
                                               
                      "林 子芯"                                                 
                                               
                      <[EMAIL PROTECTED]         To:      
[email protected]                                           
                      mail.com>                cc:      (bcc: David N 
Bertoni/Cambridge/IBM)                                   
                                               Subject: insert doctype into the 
output document via xslt                       
                      05/30/2002 04:42                                          
                                               
                      AM                                                        
                                               
                                                                                
                                               
                                                                                
                                               





Hi, i suppose this is a very easy question, but i was wondering, how could
i add a new document type declaration to the output document? i.e. how do i

put such doctype information into the xsl, in order to pass it into the
output document. i try to put such into a cdata tag but it will display the

&gt; tag instead of < sign. so i was wondering, is there a standard to
insert doctype into a stylesheet so i can copy onto the output document?

Many thanks
Regards
Kit







_________________________________________________________________
使用 MSN Messenger,與朋友在線上聊天:http://messenger.msn.com.hk






Reply via email to