Subject: Re: Accessing node from different xml..
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 25 Nov 2004 10:09:03 GMT
|
so your problem is nothing to do with the node being in a different xml
file it's just that you don'tknow the exact depth of the H element.
You could do this as you say
I have solved this.. by checking <Rot>
if it is exists
I will use
select="$StampTextInfo/AnnotationData/Rot/PElems/H[@pID=$TiffIdTmp]"/>
or
select="$StampTextInfo/AnnotationData/PElems/H[@pID=$TiffIdTmp]"/>
or you could just do
select="$StampTextInfo/AnnotationData//H[@pID=$TiffIdTmp]"/>
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
________________________________________________________________________
|