From: Bob D. <bd...@si...> - 2005-04-10 14:18:15
|
Hi, Right now in RLIB There is no native support for a libxml input method, HOWEVER on 12/4/2004 someone sent in a patch that added support for libxml as a input. They didn't however sign the dual copy right agreement :( If you know c writing a custom input method is not hard at all. All you are doing is implementing some basic functions (fist, next, previous, last, ...) RLIB should provide the speed you are looking for. We just ran some tests @ SICOM and we were able to make a 10,000 page reports in under 10 seconds. Right now I don't have time to add a generic libxml input method into the engine (Perhaps you do..?) We're focused on graphing at the moment. FYI, Since you are probably not making GPL'd invoice software you might want to consider the cost of rlib (http://rlib.sicompos.com/license.php) before you procede. If you are making GPL'd invoice software disreguard this ;) - bob On Sun, 2005-04-10 at 11:49 +0200, Bruno Sadiez wrote: > Hello Bob, > > All my program is written in C. I'm using libxml and > the invoice data is contained in an xml tree. > > Regards > Bruno > > > --- Bob Doan <bd...@si...> wrote: > > Bruno, > > > > Do you want to use RLIB from c, php, python or java? > > > > On Sun, 2005-04-10 at 02:38 +0200, Bruno Sadiez > > wrote: > > > I was wondering if rlib could be used as part of > > an > > > invoicing system I'm am writing. > > > I would like to have more control over the pdf > > > creation process and be able to feed rlib my own > > data > > > without issuing rlib_add_datasource and > > > rlib_add_query_as. > > > According to another post on this list, this seems > > > possible. > > > As my application also needs to issue xml files, > > my > > > invoice data is contained in an xml tree (I'm > > using > > > libxml2). FOP is too slow for what I need to do. > > > > > > Thank you in advance > > > Regards > > > Bruno > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________________________ > > > Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace > > de stockage pour vos mails ! > > > Créez votre Yahoo! Mail sur > > http://fr.mail.yahoo.com/ > > > > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT > > Products from real users. > > > Discover which products truly live up to the hype. > > Start reading now. > > > > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > Rlib-devel mailing list > > > Rli...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-devel > > -- > > Bob Doan <bd...@si...> > > > > > > > > > > > __________________________________________________________________ > Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! > Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/ -- Bob Doan <bd...@si...> |