|
[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
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"><
Cart








