|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: Removing <?xml ... output
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.Batsis@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, February 25, 2005 9:51 AM
Subject: Re: 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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
| RSS 2.0 |
|
| Atom 0.3 |
|
|