xsl-list
[Top] [All Lists]

Re: [xsl] Saxon node matching order

2008-12-01 07:10:00
Hi all,

A bit of feedback!

Have you considered:

<xsl:template match="x" >
         <xsl:apply-templates select=".//z"/>
</xsl:template>

... or is there some reason you need to know when you are going 
through <y>.  You can always look from <z> to know what your 
parent is.

I hope this helps.
I tried this and it worked fine now, so I was happy with the result.

Then, I was curious as to why my results were different from all yours,
so I tried to recreate my original code, but I couldn't get it to
reproduce what I was seeing last week, so that's a bit embarassing!

The example I posted was a bit simplified, as what I'm actually doing is
parsing Word XML files, so I removed all the namespaces etc .
Oh well...thank you all anyway for you efforts!

Ed







-- 
Vision Support Trading
Web Site - www.vstrading.co.uk
Registered Office: Beech House, Park West, Sealand Road, Chester, CH1 4RJ
REGISTERED IN ENGLAND AND WALES. COMPANY NUMBER 3828782

Please note all electronic mail may be monitored.

The information contained in or attached to this email is intended only for the 
use of the individual or entity to which it is addressed. If you are not the 
intended recipient, or a person responsible for delivering it to the intended 
recipient, you are not authorised to and must not disclose, copy, distribute, 
or retain this message or any part of it. It may contain information which is 
confidential and/or covered by legal professional or other privilege (or other 
rules or laws with similar effect in jurisdictions outside England and Wales). 
The views expressed in this email are not necessarily the views of Vision 
Support Trading Ltd, and the company, its directors, officers or employees make 
no representation or accept any liability for its accuracy or completeness 
unless expressly stated to the contrary.

--~------------------------------------------------------------------
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>
  • Re: [xsl] Saxon node matching order, Ed Yau <=