xsl-list
[Top] [All Lists]

RE: output unterminated tags

2003-04-05 12:35:36
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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 



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



<Prev in Thread] Current Thread [Next in Thread>