Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


XSLT Formatting output html

From: Adz07 <adam@---------.--.-->
To: xmlschema-dev@--.---
Date: 10/8/2007 9:44:00 PM
Firstly, sorry if this is the wrong mailing list.

I am probably being really stupid but;

Can anyone tell me if it is possible to keep the tabbing inside a XSL file
defining output HTML?
Every thing i try in the XSL (output options etc) makes the source of the
page display without any tabs?

Say for example i have this XSL template:

<xsl:template match="/">
<html>
    <head>
        <title><xsl:apply-templates select="pagetitle" /></title>
    </head>
    ...
</html>
</xsl:template>

the ouput of the page source becomes like the following (without tabs):

<html>
<head>
<title>This is the title</title>
</head>
....
</html>

is there a way to keep it like:

<html>
    <head>
        <title>This is the title</title>
    </head>
    ...
</html>

Thanks,
Adam



-- 
View this message in context: http://www.nabble.com/XSLT-Formatting-output-html-tf4593641.html#a13113845
Sent from the w3.org - xmlschema-dev mailing list archive at Nabble.com.



From andrew.j.welch@g... Tue Oct 09 13:10:08 2007
Received: from aji.w3.org ([133.27.2


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent