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

Re: Comparing attributes and setting the values

Subject: Re: Comparing attributes and setting the values
From: "varun bhatnagar varun292006@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 25 Aug 2014 10:56:03 -0000
Re:  Comparing attributes and setting the values
Hi Martin,

Thanks a ton!
It worked. Used exclude-result-prefixes="exsl" too as the namespace was
coming in the output result.

Thanks,
BR,
Varun


On Fri, Aug 22, 2014 at 11:39 AM, Martin Honnen martin.honnen@xxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> varun bhatnagar varun292006@xxxxxxxxx wrote:
>
>  I have tried your suggestion out but my xslt processor throws an error.
>> It is not able to process the stylesheet because of apply-templates part
>> where you have passed the variable.
>> <A>
>>              <target>
>>                  <xsl:apply-templates select="$union/*" />
>>              </target>
>>          </A>
>>
>
> If you are using an XSLT 1.0 processor then you need to try
>
>   <xsl:apply-templates select="exsl:node-set($union)/*" />
>
> (where the stylesheet declares the xmlns:exsl="http://exslt.org/common"
> namespace.). Also with some XSLT 1.0 processors like Microsoft's MSXML you
> need a different namespace.

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.