Hello,

I am using xsltproc and I would like to have nice formatted html output. Everything works fine (need using <xsl:text> </xsl:text> tags), new lines and tabs are on the right places unless the tag following <head> tag. For example a part of template:

<head>
<xsl:text>
</xsl:text>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"/>
...

The <meta ...> tag is still at the same line as <head> tag on the output. The rest of xsl transform works fine. What could I do to get well formatted output (it means <meta ...> tag is not at the same line with the <head> tag).

Thanks for help

Vlastik

_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt

Reply via email to