RE: [xsl] xml-cals-table to html-table with XSLT

Subject: RE: [xsl] xml-cals-table to html-table with XSLT
From: "Beckers, Marc" <Marc.Beckers@xxxxxxxxxxxxxx>
Date: Thu, 7 Jun 2001 17:46:07 +0200
Hi Bart,
You can start by lifting Norman Walsh's 
table.xsl module from his Docbook XSLT suite,
explore:
http://www.nwalsh.com

That does a fairly decent job and is quite easy
to a) integrate with your own XSLT stylesheets
since it is generic, and b) extend with your own code.

Especially useful are Norm's way of calculating
colspan and rowspan from the CALS attributes.
However, last time I looked there wasn't anything
to deal with entrytbl, and colwidth was also lacking
(I'm currently working on that myself).

Good luck,
Dr. Marc Beckers
Documentation Consultant
Software AG
Uhlandstraße 12
D-64297 Darmstadt
Phone +49-6151-92-1322
Fax              -1612
mailto:Marc.Beckers@xxxxxxxxxxxxxx
http://www.softwareag.com


> -----Original Message-----
> From: Bart Stevens [mailto:bstevens@xxxxxxxxxx]
> Sent: Thursday, June 07, 2001 5:26 PM
> To: 'xsl-list'
> Subject: [xsl] xml-cals-table to html-table with XSLT
> 
> 
> Hi,
> 
> I'm searching for an XSLT module that is able to convert 
> (xml)-CALS-tables
> to html tables as part of a larger xml -> html transformation.
> 
> Anyone who knows some pointers to material on the web of this kind?
> 
> Regards,
> Bart
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

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


Current Thread