XSLT Transformer Plugin

2002-06-18 Thread Matthieu Sozeau
Hello, Attached is an up-to-date version of my XSL transformer patch. I rewrote some code to allow better extensibility, so if you're an XSL programmer, it'll be easy to add a stylesheet. Please test it! The configuration file(stylesheets) is really simple and some values could cause i

Re: XSLT Transformer plugin

2002-06-03 Thread Mattam
Le Fri, 17 May 2002 01:35:22 +0200, Cyrille Chepelov a écrit: > >Oh, here's the answer to one question; you add a hard dependency on another >package. Is it possible/practical to make this a soft dependency (using the >dl_* functions)? That would make it possible to ship the plug-in in the main >

Re: XSLT Transformer plugin

2002-05-21 Thread Hans Breuer
At 23:19 20.05.02 +0200, Mattam wrote: >Le Mon, 20 May 2002 22:22:37 +0200, Hans Breuer a écrit: > >>do you mean the dlopen known as LoadLibrary/GetProcAddress on win32 :-) >>If the code is prepared to do truly dynamic (=runtime) linking >>with ELF binaries it should be simple to make it cross-pla

Re: XSLT Transformer plugin

2002-05-20 Thread Mattam
Le Mon, 20 May 2002 22:22:37 +0200, Hans Breuer a écrit: >do you mean the dlopen known as LoadLibrary/GetProcAddress on win32 :-) >If the code is prepared to do truly dynamic (=runtime) linking >with ELF binaries it should be simple to make it cross-platform >with the gmodule api, i.e. g_module_o

Re: XSLT Transformer plugin

2002-05-20 Thread Hans Breuer
At 20:33 20.05.02 +0200, Cyrille Chepelov wrote: >Le Fri, May 17, 2002, à 03:59:23PM +0200, Mattam a écrit: > >> >* how does it behave when the XSLT processor isn't here? (we need to >> >have dia not depend on the xslt processor, just suggest it). Ideally, we >> >gray out the option; at the mi

Re: XSLT Transformer plugin

2002-05-20 Thread Cyrille Chepelov
Le Fri, May 17, 2002, à 03:59:23PM +0200, Mattam a écrit: > > * how does it behave when the XSLT processor isn't here? (we need to > >have dia not depend on the xslt processor, just suggest it). Ideally, we > >gray out the option; at the minimum, we should display an error dialog box. > Use d

Re: XSLT Transformer plugin

2002-05-17 Thread Mattam
Le Fri, 17 May 2002 01:35:22 +0200, Cyrille Chepelov a écrit: >Things to check for both plug-ins (where applicable) (may be done, not sure): > * GPL headers & copyright notices. as usual > * what XSLT processor does it work with? (this'll need a patch to >the NEWS file) done, this is

Re: XSLT Transformer plugin

2002-05-16 Thread Cyrille Chepelov
Le Fri, May 17, 2002, à 01:09:11AM +0200, Mattam a écrit: > I wrote a plugin to allow transformations of the dia file using xslt. > It is integrated as a plug-in that only do exporting. The user select a > language in a separate widget when is chooses to use the code (*.code) file > form

XSLT Transformer plugin

2002-05-16 Thread Mattam
Hi, I wrote a plugin to allow transformations of the dia file using xslt. It is integrated as a plug-in that only do exporting. The user select a language in a separate widget when is chooses to use the code (*.code) file format. Only UML sources objects are supported yet as