Re: [xsl] If.. then OR xsl:choose question

Subject: Re: [xsl] If.. then OR xsl:choose question
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 17 Jun 2002 22:50:04 +0100
> as you see im trying to make the if based on  ="@pos='First' But its
> giving me error that i have to include the closing <div> tag .. but i
> can't cos 

an XSLT file ix firstly an XML fiule if you do not make it well formed
it will not get past the XML parser and teh XSLT processor will not see it.

> it will break the xsl proceeding order,

Your understanding of the XSLT processing order is incorrect.

Do not try to add an opening tag on the first node.
make a <dive>..</div> element and then use apply-templates selctecting
appropriate elements to construct the content of the element.

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