[thelist] xslt - removing whitespace

Paul Bennett paul at web-business-pack.com
Wed Oct 13 17:05:56 CDT 2004


I'm a bit of an xslt n00b, but maybe this will help?
<xsl:output method="html" indent="no" omit-xml-declaration ="yes"/>

indent is  set to "yes" for a lot of our files, so maybe the no setting 
trims whitespace...?

Andrew Martin wrote:

> I'm moving a database to XML and the one problem that I'm having is 
> whitespace between HTML tags when rendered via XSLT; I have something 
> like this:
> xslt file:
> </img></a>
>
> And the output adds a space between the end of the img tag and the a tag:
> html output:
> <img src="url">
>          </a>
>
> Is there a way to have the output of the xml not contain whitespace?
>
> Thanks!




More information about the thelist mailing list