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: forward references from non-ordered input?



> The order is given by the stylesheet

well the code in the stylesheet that determines the order of the tables
must be able to figure out the links as it is more or less the same
logic.

(Hard to give an example without seeing the code that determines the
table order)

You may find it easier to do a two pass solution first generate your
tables then do a second simple iteration to add the links when you can
just use following-sibling:: to see if there is a following table.

If you use your processors node-set() extension function you can do this
all within the same stylesheet.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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]