Subject: RE: not wellformed contents of xsl:template
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 7 Aug 2001 09:52:19 +0100
|
> Is it possible to put HTML tags that are not well-formed into
> xsl:template?
No. A stylesheet is a well-formed XML document.
> I would like to be able to end a table, insert a new table,
> then restart the first table--
You haven't begun to understand the language! Creating a node in the result
tree is an atomic action. A table is a node in the result tree, you can't
create half a node at a time.
I can only suggest you read pp 622-627 of my XSLT Programmers' Reference.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|