xsl-list
[Top] [All Lists]

Re: Removing <?xml ... output

2005-02-25 09:19:44
Charles Ohana wrote:

Thanks Emmanouil,
But how do I do that ???


google for xsl:output element

Manos

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(_dot_)Batsis(_at_)eurodyn(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>