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: Advise on xsl usage producing very complex html


> 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


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