RE: XML XSLT

2005-06-08 Thread Gerald Richter
> > Where do i get this now? I saw this in the INSTALL POD > > http://xml.apache.org/xalan-c/ But I am not sure if the newest version is working with Embperl. If not, try libxslt, which is known to work correctly Gerald > > Ruben > > XML and XSLT support > > > >Starting with Emb

Re: XML compression?

2002-11-04 Thread Jarrod Stenberg
> To me this looks a lot like Base64 endcoding, which > is not unsual in > XML and Web Application context. So type Thanks. I actually found where it was occuring, XML/Generator/DBI.pm line 109: foreach (@row) { if (defined($_) && /[\x00-\x08\x0A-\x0C\x0E-\x19]/) {

Re: XML compression?

2002-11-04 Thread Axel Beckert - ecos gmbh
Hi! On Mon, Nov 04, 2002 at 12:10:59PM -0800, Jarrod Stenberg wrote: > This is slightly off-topic, so please forgive me. I > made a mod_perl module that outputs XML when given a > SQL aquery. > > The modules used: > XML::Generator::DBI > XML::Handler::YAWriter > XML::Parser::PerlSAX > > Ther

Re: xml, xslt and embperl

2002-04-08 Thread Gerald Richter
Hi! > > Is there any good tutorials/example source using embperl and xml? > A small search with google gave me nothing to start on. > Since XML support in Embperl is new, I am not aware of any tutorials. The README.v2 contains some hints and the tests maybe a little helpfull (goto test/html and s

Re: XML::Xpath causes seg fault

2001-02-22 Thread G.Richter
> Has anyone successfully used XML::XPath under Embperl? > I get a segmentation fault. > There are some conflicts between Apache and Expat that comes with XML::Parser. If I remeber right you have to disable EXPAT when building Apache. Please search the mod_perl mailinglist archive, there you sh

RE: XML

2000-10-10 Thread Joe Lauer
You need to use XML::DOM; and the just go to town on the code. I could give you a snidbit of perl code, but you can just regular, plain old perl code so its nothing big. Embperl doesn't do anything specific to change XML::DOM. -joe __ joe l