Subject: RE: table tagging problem
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 11 Jul 2001 09:22:17 +0100
|
> I would like to start a table tag under one condition and
> close the tag
> under another.
You can't write tags from XSLT, you can only write nodes in a tree, and the
table element is a single node, you can't split it into two halves.
See my XSLT Programmers Reference (Wrox) 2nd edition page 121-122 for an
explanation and solution.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|