Re:[xsl] inserting verseEnd milestone

Subject: Re:[xsl] inserting verseEnd milestone
From: Jim_Albright@xxxxxxxxxxxx
Date: Fri, 15 Nov 2002 11:25:58 -0500
I have made some progress but still need some more help.

My logic is: While at last node in p or line see if following p or line has
verse as first node

This code finds the next p and checks for verse as first child.
<xsl:when test="following::p[1]/child::node()[1][self::verse]">

I need of way of adding "p or line whichever comes first"

Thanks for your help.


Jim Albright
704 843-0582
Wycliffe Bible Translators





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


Current Thread