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

Re: getting the child element based on attribute

Subject: Re: getting the child element based on attribute
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 13 Nov 2010 16:40:46 +0000
Re:  getting the child element based on attribute
     But i am getting nothing from these variables.
          Can any one suggest how should i proceed on this

It's difficult to offer any advice as


>       	<xsl:variable name="qmName"
> 		select="dp:variable('var://context/MYMQMD/QMName')" />

uses some extension function we know nothing about which in turn uses some syntax in its argument string that we know nothing about (it appears not to be either a URL or an xpath for example)
Does this variable have the value that you expect? check with
<xsl:message select="$qmName"/>


and
<xsl:variable name="config" select="document('local:///QM_Mapping.xml')" />


uses an unknown URL scheme local: did you intend the file: scheme here?
similarly check with xsl:message that this variable contains what you expect it to contain.



David


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.