Kit,

>it will not allow me to have a second doctype-public attribute
You'll need to specify the actual .dtd in the doctype-system, something
like:

  <xsl:output method="html" doctype-system="html.dtd" doctype-public="
-//W3C//DTD HTML 4.0 Transitional//EN"/>


Paul


                                                                                
                            
                      "林 子芯"                                                 
                            
                      <[EMAIL PROTECTED]        To:       
[email protected]                       
                      ail.com>                 cc:       (bcc: Paul 
Dick/Cambridge/IBM)                     
                                               Subject:  Re: insert doctype 
into the output document via    
                      05/30/2002 09:51          xslt                            
                            
                      AM                                                        
                            
                                                                                
                            
                                                                                
                            




hi paul
thanks for the solution, however, how could you include an xhtml
declaration i.e.
!DOCTYPE html PUBLIC
             "-//W3C//DTD XHTML 1.0 Transitional//EN"
             "DTD/xhtml1-transitional.dtd">
the xsl:output doesn't allow me to add two strings in (i.e. it will only
allow me to include the first string via [ doctype-public="-//W3C//DTD
XHTML 1.0 Transitional//EN" ], but not the latter string

it will not allow me to have a second doctype-public attribute

please help
many thanks

regards
kit




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




Reply via email to