[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Accessing node from different xml..

Subject: Re: Accessing node from different xml..
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 24 Nov 2004 14:17:29 GMT
Re:  Accessing node from different xml..
  ?xml version="1.0" encoding="UTF-8"?>
  <AnnotationData version="1.0">
  <Rot angle="90" pN="0">
  <PElems>
  <H
  pID="C94BD93562BD7EFDB3D96A01346FF83A0409031036150001"
  />
  </Rot>
 

That is not well formed: it is missing a < at the start of the xml
declaration and the element PElems is not closed anywhere.

Presumably your input doesn't really look like that.

  So, I am using following way to access that <H>
  <xsl:apply-templates
  select="$StampTextInfo/AnnotationData/Rot/PElems/H[@pID=$TiffIdTmp]"/>


That looks correct assuming that PElems in your input is closed inside
the Rot element. Whether or not any element is selected of course
depends on whether $TiffIdTmp is equal to
C94BD93562BD7EFDB3D96A01346FF83A0409031036150001
and you don't show the definition of that variable.

  I got a problem, In some case I dont get <Rot> element
  in the second xml file is dynamic one.

I can't understand this sentence. What do you mean by "dynamic" here?

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
________________________________________________________________________

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.