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

Re: [xsl] two namespaces and a position problem


Subject: Re: [xsl] two namespaces and a position problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 13 May 2004 17:03:01 +0100

> please let me know if you see anything else wrong
since you asked:-)

<xsl:for-each
select="//s:Schema/s:ElementType/s:AttributeType">

Beware // there which means search the whole document,  You may know
that s:Schema is always at the top, but XSLT doesn't and will search the
entire document looking for all the s:Schema elements it can find.

It's probably right at the top in which case you want / not //
but even if you have some wrappers round the Schema element it is worth
having a more explict xpath /x/y/z/s:Schema.

David

-- 
The LaTeX Companion
  http://www.awprofessional.com/bookstore/product.asp?isbn=0201362996
  http://www.amazon.co.uk/exec/obidos/tg/detail/-/0201362996/202-7257897-0619804


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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
Keywords