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]
Other format: [Raw text]

RE: Accessing the Next or Previous Node in the Current node-list


<xsl:if test="following-sibling::p">&#x0A;</xsl:if>

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> Sasha Haghani
> Sent: 12 December 2001 00:23
> To: XSL List
> Subject: [xsl] Accessing the Next or Previous Node in the 
> Current node-list
> 
> 
> How can I access the next or previous node in the current node-list?
> 
> I need to perform special whitespace (e.g.: "output a newline 
> character if the next element in the node-list is a 
> paragraph") handling based on the next element which is going 
> to be processed.
> 
> FYI, I'm using an <xsl:apply-templates/> instruction with a 
> select attribute to specifically select the nodes I'm 
> interested in processing (i.e.: current node-list).
> 
> Any help on this is much appreciated.
> 
> Regards,
> Sasha Haghani.
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


 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]