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

Re: Re: [xslt transform & grouping] Using the Muenchia

Subject: Re: Re: [xslt transform & grouping] Using the Muenchian Method?
From: "Michael PG" <xrow@xxxxxxx>
Date: Tue, 05 Oct 2004 16:16:54 +0000
xsl transformation issues with
Yeah, it works by adding defining a key:

<xsl:key name="by-info" match="Article" use="@info"/>

<xsl:param name="filter" select="'food'"></xsl:param>


But, I still got the problem with traversing the complete tree for select=food.


E.g. If the parent node element Document does not have filter-attribute defined or if it's equal to zero, that is filter="", than the complete algorithm stops traversing the tree.
That is one of the issues.


Is there a way to solve this ?

<Documents>
	<Document chapter="1" title="title 1" href="file1.xml" filter="">
		<Article title="1.1" info="sub" filter="drink"/>
		<Article title="1.2" info="main" filter="food"/>
	</Document>
	<Document chapter="2" title="title 2" href="file2.xml" filter="drink">
		<Article title="2.1" info="sub" filter="drink"/>
		<Article title="2.2" info="main" filter="food"/>
	</Document>
</Documents>



Thank you !





From: David Carlisle <davidc@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: Re: [xslt transform & grouping] Using the Muenchian Method?
Date: Tue, 5 Oct 2004 16:06:51 +0100


> Use this XSLT to genterate new XML file by using specified XML input
> file:

clearly that will generate an error as it uses a kety that is not
defined, as I pointed out in the message that you quoted.
As such it will generate no output.

If you fix that then you will get no error

and if you fix     <xsl:param name="filter" select="food"></xsl:param>
to have 'food' then you will get the output that I also posted in that
message, assuming you have a conforming processor.

If you leave $filter with that value you'll just get an empty Documents
element as $filter would be an empty node set as previously explained.

David



________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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.