[xslt] Output formatting with xsltproc fail
- From: Vlastimil Krejcir <krejcir ics muni cz>
- To: xslt gnome org
- Subject: [xslt] Output formatting with xsltproc fail
- Date: Tue, 20 Sep 2005 12:40:44 +0200 (MEST)
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
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]