RE: [xsl] Re: Issues with output of IMG, LINK (css) tags and   literal ? Parsers faulty or ??

Subject: RE: [xsl] Re: Issues with output of IMG, LINK (css) tags and   literal ? Parsers faulty or ??
From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx>
Date: Thu, 11 Sep 2003 09:18:32 +0100
> > But whichever way I send it out it eliminates the "closing tag"
</...>
> > or the "/" in the single close tag <..../>
> >
> > WHY DOES IT DO THAT ? This is done by XMLSpy (internal XSLT engine)
and
> > MSXSL parser 4.0
> >
> > Since all my XML and XSLs are wellformed I would like my HTML to be
as
> > well. So that I can "pretty print" the same in XMLSpy.
> 
> Specify:
> 
>    <xsl:output method="xml"/>
> 

Alternatively use Saxon 7.6.5a and specify

     <xsl:output method="xhtml"/>

This should give you well-formed html (xhtml :) with your xslt 1.0
stylesheets.  I haven't discovered any issues using this so far...

cheers
andrew 

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


Current Thread