Re: [xsl] (newbie) Need DOCTYPE command added to HTML transformation

Subject: Re: [xsl] (newbie) Need DOCTYPE command added to HTML transformation
From: Glen Mazza <grm7793@xxxxxxxxx>
Date: Thu, 26 Apr 2007 05:26:07 -0700 (PDT)
Thanks, Martin and David, for your help here.

Glen

--- Martin Honnen <Martin.Honnen@xxxxxx> wrote:

> Glen Mazza wrote:
> 
> > Emergency simple question here:  I need the
> doctype
> > below to be output into the top of my transformed
> HTML
> > file.  
> 
> > Needed DOCTYPE:
> > 
> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
> > Strict//EN"
> >
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
> 
> Use
>    <xsl:output
>      doctype-public="-//W3C//DTD XHTML 1.0
> Strict//EN"
>     
>
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
> see
>    <http://www.w3.org/TR/xslt#output>
> 
> 
> -- 
> 
> 	Martin Honnen
> 	http://JavaScript.FAQTs.com/
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Current Thread