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: table tagging problem


> 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


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