Re: [xsl] how to conditionally insert begnining and ending tags SEPERATELY in xsl style sheet?

Subject: Re: [xsl] how to conditionally insert begnining and ending tags SEPERATELY in xsl style sheet?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 8 Jan 2001 18:08:10 GMT
You can't do that in XSL. You are not writing out tags, you are creating
a tree. Branches of a tree are either there or they are not. The
"begin/end" structure only plays a part when the tree is written out in
a linear syntax.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Current Thread