This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: not wellformed contents of xsl:template


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]