This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


Ingo Schildmann wrote:
> 
> 
> 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.
> 
I feel I should post a health warning that the so-called set-operations
outlined in that posting are in fact rubbish - see the next post

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

for details.

Francis.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]