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


Outstanding! Thank you Linda.

Nate

--- Linda van den Brink <lvdbrink@baan.nl> 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


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