RE: [xsl] Advise on xsl usage producing very complex html

Subject: RE: [xsl] Advise on xsl usage producing very complex html
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 31 Jan 2001 16:19:44 -0000
> I am facing a problem with very complex html formatting which must be
> done in xsl. Maybe anyone have an advise on how to separate VERY
> complex formatting apart from basic things alike inserting a value-of
> node
> example:
> <!-- quite a very long html block -->
> <table ...><tr><td><table ...><tr><td>
> <!-- end of a very long html block -->
> <xsl:value-of select="some" />
>
Are the "very-long-html-blocks" well-formed tree fragments? If so, put them
in variables.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread