Re: [xsl] strip-spaces

Subject: Re: [xsl] strip-spaces
From: Steven Ericsson-Zenith <steven@xxxxxxxxxxxxx>
Date: Tue, 5 Feb 2008 09:49:43 -0800
Having done that I note that an xmlns tag is now on some nodes and not on others.

1. why has the serializer placed these tags on any node (for example, some <p> node and not others)?
2. how can I get rid of them (globally specify the namespace) because these tags significantly increase the file size?


I assume the fact that the serializer has been selective tells me something about the way I've written the template - what have I done wrong?

Thanks.

With respect,
Steven




On Feb 5, 2008, at 9:24 AM, David Carlisle wrote:



When you say add xmlns="http://www.w3.or/1999/xhtml"; to the style
sheet where, exactly, should these name space assignments be added?

any element that is or is an ancestor of the literal result element or
xsl:eleemnt that is creating the element, so normally you just need this
once (per stylesheet file) on the xsl:stylesheet element. Note if your
stylesheet includes or imports several stylesheets then they all need
the namespace declarations.


David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________

Current Thread