Re: [xsl] Process following siblings that have no text into children.

Subject: Re: [xsl] Process following siblings that have no text into children.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 16 Aug 2012 14:37:05 +0100
On 16/08/2012 11:22, Kerry, Richard wrote:
ent()[column[1] = '']]" />

That is searching for an element for which the string value of the first child column element is ''. But your sample input had no column elements only column attributes.


you meant the element to have column attribute equal 1 and heave no text child which is

[@column=1 and not(text())]

David


-- google plus: https:/profiles.google.com/d.p.carlisle

________________________________________________________________________
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