> > 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
> 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]/) {
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
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
> 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
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