perl + xml + koi8

2003-03-11 Thread Alex Sergeyev
Hello Could anyone help me? Very weird thing with perl5.8... Probably it is a reason of my often mod_perl segfaults... I did random example code and run it from console... /--- #!/usr/bin/perl -w use strict; use Storable qw(thaw freeze); use XML

Re: Associating an XSP file with an XML file

2003-03-11 Thread Kip Hampton
Alex Greg wrote: Hi, I've finally got my XSP page generating XML from a database query, and it appears fine in my browser. My next question is, how can I configure AxKit to tranform this XML with an XSL sheet on my server? I've tried: AxAddRootProcessor text/xsl addresses where addresses is the r

Associating an XSP file with an XML file

2003-03-11 Thread Alex Greg
Hi, I've finally got my XSP page generating XML from a database query, and it appears fine in my browser. My next question is, how can I configure AxKit to tranform this XML with an XSL sheet on my server? I've tried: AxAddRootProcessor text/xsl addresses where addresses is the root tag of