From: nico <nic...@li...> - 2005-04-27 22:10:37
|
> > Fellow db2latex'ers, > > Please find attached my table code for db2latex which I'm releasing > under the GPL. > > This is a complete rewrite of the table code in XSL. Wow, what a terrific piece of code! I've used it without any problem. The only limitation I found is when an <entry> contains blank lines like this: <entry> This is a buggy entry, isn't it? </entry> Latex then complains about the multicolumn: "{ ! Paragraph ended before \multicolumn was complete. <to be read again> \par l.60 \par l.60 I suspect you've forgotten a `}', causing me to apply this control sequence to too much text. How can we recover?" I guess that it's a normal behaviour but do know if something can be done to have this command less fragile? > > Notes: > > [...] > * The 'node-set' extension is used extensively. Your XSLT processor > must be able to support this extension (most do). I was really not possible to use only pure XSL language? Anyway, great work. Would you mind if I put your file in a future dblatex release (not db2latex since I have no rights for this :-)? Of course I keep your file untouched with your header. I must do some other tests, but I think that with this implementation I can remove the table perl dependency I have in my implementation. Thanks, BG |