xsl-list
[Top] [All Lists]

Re: Accessing node from different xml..

2004-11-25 03:09:03

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[(_at_)pID=$TiffIdTmp]"/>
  or 
  select="$StampTextInfo/AnnotationData/PElems/H[(_at_)pID=$TiffIdTmp]"/>


or you could just do

  select="$StampTextInfo/AnnotationData//H[(_at_)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
________________________________________________________________________

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