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

Re: i have tried a number of approaches but with vario

Subject: Re: i have tried a number of approaches but with various but not correct
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Wed, 30 Jul 2003 13:07:01 +0200
vario stylus
There are two things to note:

  1. It is difficult to understand from your description what you actually
want to achieve.

  2. Please, start a separate thread, when your message is not really a
reply to the message with subject "Xml to xml conversion of angle backet".



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL





"John Reid" <John.Reid@xxxxxxxxxxxxxxx> wrote in message
news:000d01c35685$51e9c5e0$0100a8c0@xxxxxxxx
> i have tried a number of approaches but with various but not correct
> results. I want to delete the absent node (and everything below it)
> where $vardate = from and @pword $varpword.
>
> Starting with:
> <player pword='82345'>
> <absentia>
> <absent type="C">
> <to>20030921</to>
> <from>20030901</from>
> </absent>
> <absent type="D">
> <to>20030801</to>
> <from>20030103</from>
> </absent>
> </absentia>
> <player>
>
> ending with:
> <player pword='82345'>
> <absentia>
> <absent type="D">
> <to>20030801</to>
> <from>20030103</from>
> </absent>
> </absentia>
> <player>
>
> tried this (along with about 10 variations):
>
> <xsl:param name="vardate" select="0" />
> <xsl:param name="varpword" select="0" />
>
> <xsl:template match="@*|node()">
> <xsl:copy>
>     <xsl:apply-templates select="@*|node()"/>
>   </xsl:copy>
> </xsl:template>
>
> <xsl:template match="absent">
>     <xsl:variable name="date1" select="./from"/>
>     <xsl:variable name="pword" select="ancestor::@pword"/>
>     <xsl:copy>
>       <xsl:apply-templates select="@*|node()[not($date1 = $vardate and
> $pword = $varpword)]"/>
>   </xsl:copy>
> </xsl:template>
>
>
>  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.