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

Re: Re: Ordering of Blocks based on Input/Output

Subject: Re: Re: Ordering of Blocks based on Input/Output
From: Ingo Schildmann <ingoschi@xxxxxx>
Date: Tue, 8 May 2001 20:47:47 +0200
Re:  Re: Ordering of Blocks based on Input/Output
On Tuesday 08 May 2001 19:59, you wrote:
> I should have included this, but there is a similar problem
> discussed on the list in message:
>
> http://www.biglist.com/lists/xsl-list/archives/199911/msg00029.html
>
> The essential difference begin that the source XML in the above
> message had a direct representation for what blocks depend on
> other blocks. This information in implied in my XML by the
> connectivity between blocks. Although, the problems are highly
> I would like to get some fresh input especially as to efficiency
> and speed. Also, would a solution using keys be advantageous?
>

I didn't follow the old discussion and maybe I'm missing the point,
but I think the templates

<xsl:template match="name">
 <a name="{.}" />
</xsl:template>

<xsl:template match="connect">
 <dependency by="{input/@block}" on="{output/@block}"/>
</xsl:template>

would transform your data to the direct representation of message:

http://www.biglist.com/lists/xsl-list/archives/199911/msg00115.html

So you can use the mentioned stylesheet in a second step.

Bye, Ingo

-- 
Ingo Schildmann                       WiredMinds Informationssysteme GmbH
email: Ingo.Schildmann@xxxxxxxxxxxxx  Am Wilhelmsplatz 11, 70182 Stuttgart
phone: +49 711 49048-228              phone: +49 711 490480-0
fax  : +49 711 49048-111              http://www.WiredMinds.de


 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.