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

AW: accessing xml elements from current and external f

Subject: AW: accessing xml elements from current and external file
From: "Szabo, Patrick \(LNG-VIE\)" <patrick.szabo@xxxxxxxxxxxxx>
Date: Thu, 4 Aug 2011 14:35:57 +0200
AW:  accessing xml elements from current and external f
Hi,

If the template that contains this for-each matches an element from the file
that is being processed then you could use current() to acces elements from
that file.


. . . . . . . . . . . . . . . . . . . . . . . . . .
Patrick Szabo
 XSLT Developer
LexisNexis
Marxergasse 25, 1030 Wien

mailto:patrick.szabo@xxxxxxxxxxxxx
Tel.: 00431 534521573
Fax: +43 (1) 534 52 - 146


-----UrsprC<ngliche Nachricht-----

Von: Mansour Al Akeel [mailto:mansour.alakeel@xxxxxxxxx]
Gesendet: Donnerstag, 04. August 2011 14:32
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff:  accessing xml elements from current and external file

Hello all,

I have a separate configuration file for some configuration. I am trying to
access elements from this file, and compare them to elements in the file being
processed. However, when I use for-each and select elements from configuration
file, I can not access elements in the file being processed at the same time.

Here is some code that explains what I am doing:

            <xsl:for-each
select="document('configuration.xml')/d:config/d:options">
            <option>
                <xsl:attribute name="label" >
                <xsl:choose>
                    <xsl:when test="/s:root/s:element[ s:id=1 ]= ." >
                    <xsl:value-of select="'true'" />
                    </xsl:when>
                </xsl:choose>
                </xsl:attribute>
            </option>
            </xsl:for-each>

If there is something not clear, please let me know.

Thank you.

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.