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

RE: How to get a value from other node

Subject: RE: How to get a value from other node
From: "stevenson" <stevenson@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 31 Jan 2002 11:15:46 +0300
value from other value
am not quite sure why you are doing a tes. Anyway i would do something like
this:

  <xsl:value-of select="MyXml/content/city/address" />

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Aleksander Bracko
Sent: 31 January 2002 10:56
To: 'XSL-List@xxxxxxxxxxxxxxxxxxxxxx'
Subject:  How to get a value from other node


I have following XML:

<MyXml>
  <header>
    <location>
    	Home
    </location>
  </header>
  <content>
      <city name = "city1">
         <address>
            Address1
         </address>
      </city>
      <city name = "city2">
         <address>
            Address2
         </address>
      </city>
  </content>
</MyXml>

My XSL looks like this:

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">

<xsl:template match="/">
   <xsl:apply-templates />
</xsl:template>

<xsl:template match="header">
	<MyHome>
		<xsl:value-of select="location"/>      <------ After this I
want to insert another value from other node (address)
	</MyHome>
         <xsl:apply-templates />
</xsl:template>

</xsl:stylesheet>

And now my problem is:
I would like to insert another value, but from other node. I thought that i
could use a line like this one, but it doesn't work

<xsl:if test="../content/city@name[.='city2']">
	  <xsl:value-of select="../content/city/address" />
</xsl:if>

If u could please help me out.

Thanx, Alex


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.