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: Including XHTML DTD in output


 
> How do I include an XHTML DTD in my output?

XSLT supports this with doctype-public and doctype-system attributes on
xsl:output. In your case: 

<xsl:output method="xml" doctype-public="-//W3C//DTD XHTML 1.0
Transitional//EN" doctype-system="DTD/xhtml1-transitional.dtd"/>

Linda

 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]