This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Re: <xsl:output doctype-system="name_of_DTD"/>




Thanks Dan. It's OK now. But I don't understand this expression &#xA. What does that mean ?





Dan Diebolt <dandiebolt@yahoo.com> on 14/05/2001 15:25:16

Please respond to xsl-list@lists.mulberrytech.com
                                                              
                                                              
                                                              
 To:      xsl-list@lists.mulberrytech.com                     
                                                              
 cc:      Stephane LE DEAUT/FR/ALCATEL@ALCATEL                
                                                              
                                                              
                                                              
 Subject: [xsl] Re: <xsl:output                               
          doctype-system="name_of_DTD"/>                      
                                                              





I think I had the wrong nesting in my prior post. Try this instead:

<xsl:text disable-output-escaping="yes"><![CDATA[<!DOCTYPE Delivery SYSTEM
]]></xsl:text><xsl:value-of select="$doctype-system"/><xsl:text
disable-output-escaping="yes">></xsl:text>&#xA;

Regards,

Dan


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]