Subject: RE: 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 |
- output unterminated tags
- jm - Sat, 5 Apr 2003 12:16:47 -0500 (EST)
- bix_xslt - Sat, 5 Apr 2003 12:47:16 -0500 (EST)
- jm - Sat, 5 Apr 2003 13:30:57 -0500 (EST)
- Michael Kay - Sat, 5 Apr 2003 14:31:57 -0500 (EST) <=
|
|