Re: [xsl] Removing <?xml ... output

Subject: Re: [xsl] Removing <?xml ... output
From: "Charles Ohana" <charles.ohana@xxxxxxxxxxxxxx>
Date: Fri, 25 Feb 2005 11:04:20 -0600
Thanks Emmanouil,
But how do I do that ???
Also the problem is weird. I only have the issue if I put a link inside...
How do I get around that ???
See below

The xsl below add the <?xml version="1.0" encoding="utf-8"?>
<xsl:for-each select="ApplicationCatalogue">
  <a href="..."><xsl:value-of select="@code" /></a>
</xsl:for-each>


The xsl below doesn't add the <?xml .... <xsl:for-each select="ApplicationCatalogue"> <xsl:value-of select="@code" /> </xsl:for-each>






----- Original Message ----- From: "Emmanouil Batsis" <Emmanouil.Batsis@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, February 25, 2005 9:51 AM
Subject: Re: [xsl] Removing <?xml ... output



Charles Ohana wrote:

Hello,
When I process my document with my XSL, the output adds the following line in the header.
<?xml version="1.0" encoding="utf-8"?>


Check out the attributes of the xsl:output element.

MAnos

Current Thread