Subject: RE: Including XHTML DTD in output
From: Nathan Shaw <n8_shaw@xxxxxxxxx>
Date: Thu, 2 Aug 2001 07:41:18 -0700 (PDT)
|
Outstanding! Thank you Linda.
Nate
--- Linda van den Brink <lvdbrink@xxxxxxx> wrote:
>
> > 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
>
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|