Re: [xsl] inserting verseEnd milestone

Subject: Re: [xsl] inserting verseEnd milestone
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 15 Nov 2002 16:54:20 GMT
> I need of way of adding "p or line whichever comes first"

change 
    following::p[1]
to
    following::*[self::p or self::line][1]

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


Current Thread