|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: XML Namespaces and <xsl:output> don´t work
Subject: Re: XML Namespaces and <xsl:output> donīt work
From: "Alejandro" <alexcontini@xxxxxxxx>
Date: Sat, 18 Oct 2008 20:22:21 +0100
|
Hello list,
I solved it, but now i have otter problem:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:i18n="http://apache.org/cocoon/i18n/2.0"
exclude-result-prefixes="i18n" version="1.0">
<xsl:output method="xml" media-type="text/html;charset=ISO-8859-1"
indent="yes" encoding="ISO-8859-1" omit-xml-declaration="yes"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<xsl:template name="barra_nav">
<xsl:param name="codmenu"></xsl:param>
.....
<div class="clear"></div> --> Ignored - Why?
...
( Is it the solution?
<div class="clear"> </div> )
</xsl:template>
<xsl:template name="js">
<script src="js/BINS-funciones.js"
ype="text/javascript"></script> --> Ignored - Why?
(Is it the solution?
<script src="js/BINS-funciones.js"
type="text/javascript"> </script>)
</xsl:template>
</xsl:stylesheet>
----- Mensaje original -----
De: "Martin Heiden" <martin.heiden@xxxxxxxxxxxxx>
Para: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Enviado: miircoles, 15 de octubre de 2008 23:15
Asunto: Re: XML Namespaces and <xsl:output> don4t work
Alejandro,
you can control the doctype and the xml declaration by configuring the
cocoon serializer. Take a look at:
http://cocoon.apache.org/2.1/userdocs/xhtml-serializer.html
if you are using cocoon 2.2 read
http://cocoon.apache.org/2.2/core-modules/core/2.2/1259_1_1.html
as well.
The configuration didn't change from 2.1 to 2.2 but you should do it in
another place.
good luck
Martin.
Alejandro schrieb:
Thank you, David
***********
<xsl:text disable-output-escaping="yes"><![CDATA[<!DOCTYPE html PUBL
don't do that!
use doctype-system and doctype-public on xsl:output.
*****
xsl:output dont4t work.
<xsl:output method="xml" media-type="text/html;charset=ISO-8859-1"
indent="yes" encoding="ISO-8859-1" omit-xml-declaration="yes"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
/>
<xsl:text disable-output-escaping="yes"><![CDATA[<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]></xsl:text>
If i remove:
<xsl:text disable-output-escaping="yes"><
|
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 |
|
|