Subject: Re: [xsl] generate text for every descendant From: David Carlisle <davidc@xxxxxxxxx> Date: Wed, 29 Jun 2005 22:43:05 +0100 |
<xsl:template match="body//*"> That matches body in no-namespace and you want to match body in xhtml you can either do the xslt1 thing and use <xsl:template match="h:body//*"> and declare xmlns:h="http:... in your stylesheet or since you are using xslt2 you can set the default xpath namespace to be xhtml. David ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] Re: generate text for every d, Kevin Rodgers | Thread | RE: [xsl] generate text for every d, Michael Kay |
Re: [xsl] Complicated grouping and , David Carlisle | Date | Re: [xsl] Complicated grouping and , Will McCutchen |
Month |