|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: 'except' operator on atomic integer values
>>>>> "Mukul" == Mukul Gandhi <gandhi.mukul@xxxxxxxxx> writes:
Mukul> Is it possible to cast atomic values like integers above to
Mukul> a suitable node, so that except operator works on such data
Mukul> ?
You can use a temporary tree.
Something like:
<xsl:variable name="integers">
<one>1</one>
<two>2</two>
<three>3</three>
</xsl:variable>
Now your set of 1,2,3 can be coded as:
($integers/one, $integers/two, $integers/three)
--
Colin Adams
Preston Lancashire
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








