[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] strip-spaces


Subject: Re: [xsl] strip-spaces
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 5 Feb 2008 17:24:42 GMT

> 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