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: Look Ahead in XSL


Ciaran,
You don't have to wory about this. If there is no content then <prev/> is
output. You have just to make sure that there is no content and that
includes whitespace.

Ciao Chris

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


>-----Original Message-----
>From: owner-xsl-list@mulberrytech.com
>[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of ciaran byrne
>Sent: 18 August 2000 11:36
>To: XML; XSL-List
>Subject: Look Ahead in XSL
>
>
>Hi all,
>	I'm trying to implement a solution for the following scenario.
>The WML spec. specifies that some elements may or may not have
>an end tag for example:
>
><prev></prev>
>can also be written as
><prev/>
>
>I'm attempting to look ahead at the next element, be it a tag or some text
>so that I can make a decision such as: if there is no content between the
>start tag and the end tag i.e. <prev></prev> then create an empty element
><prev/>
>
>So far I've had little luck. Any one had any experience with this problem ?
>
>Cheers,
>Ciaran.
>
>
>
> 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]