xsl-list
[Top] [All Lists]

Re: [xsl] Processing Stylesheet with multiple namespaces

2007-09-22 13:01:16
Michael Daniloff wrote:
  <xsl:template match="v:shape" mode="k">

      <xsl:apply-templates/>

one more thing: here you, *again* process all nodes under v:shape and you go out of the mode "k". If this is on purpose and you need the copy of it, it is clear (I'm sorry I didn't read up on your full thread), otherwise, well, remove it ;)

Cheers,
-- Abel Braaksma

--~------------------------------------------------------------------
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>
--~--