RE: [xsl] output unterminated tags

Subject: RE: [xsl] output unterminated tags
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Sat, 5 Apr 2003 20:35:36 +0100
> i want to output unterminated tags with my xslt-stylesheet
> for (html)table-construction.

No you don't. XSLT outputs trees: instructions in a stylesheet output
nodes on a tree. If you want to output individual start and end tags,
you need a different language. If you want to use XSLT, you will need to
think of your problem a different way: specifically, in terms of the
input and output trees, not their lexical representation using tags.

It's almost certainly a grouping problem. Go and read
http://www.jenitennison.com/xslt/grouping and see if that gives you any
new insights.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 



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


Current Thread