Subject: Re: Issues with output of IMG, LINK (css) tags and literal ? Parsers faulty or ??
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Thu, 11 Sep 2003 06:49:38 +0200
|
> 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"/>
=====
Cheers,
Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|