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
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
>
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
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
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
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
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
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
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