[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] formatting for breaking paragraph-xpath question
Subject: Re: [xsl] formatting for breaking paragraph-xpath question
From: Joerg Pietschmann <joerg.pietschmann@xxxxxx>
Date: Tue, 25 Sep 2001 09:27:52 +0200
|
Joerg Pietschmann wrote:
> p[pgbreak]/node()[not(following-sibling::pgbreak)]
Oops, should be
p[pgbreak]/node()[not(preceding-sibling::pgbreak)]
to match the description. Apply a similar correction
to the other expression.
J.Pietschmann
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|