Re: [xsl] Complex HTML Table

Subject: Re: [xsl] Complex HTML Table
From: "Michael Beddow" <mbnospam@xxxxxxxxxxx>
Date: Mon, 29 Jan 2001 23:34:31 -0000
on 29 Jan 2001 14:45:38.0107 (UTC)
Conawapa Kukura wrote,
[...]
> >
> >XML (note: this cannot change):

OK, Jeni's come up with the goods to get you from your "unchangeable"
xml to the html you want, and I'm sure that's what you need in your
immediate situation. Worth remembering though, that thanks to XSLT,
there's really no such thing as XML input data that "cannot change".
If there's an algorithm to go from one structure to another, XSLT will
apply it for you. Sometimes (e.g if you have a huge mass of legacy
data
in xml that isn't going to be added to later) it makes sense to write
an
xsl sheet to transform it up front into xml that needs less acrobatics
to
convert  into (say) html at a later stage. That way, your production
xsl
to go your altered xml to your final html can be easier to understand
and
maintain.

Michael
------------------------------------------
Michael Beddow
http://www.mbeddow.net/


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


Current Thread