xsl-list
[Top] [All Lists]

Re: [xsl] strip-spaces

2008-02-05 10:51:29

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.
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>