Date:   Tuesday December 11, 2001 @ 11:21
Author: matt

Update of /home/cvs/AxKit/lib/Apache/AxKit/Language
In directory ted:/home/matt/Perl/AxKit/lib/Apache/AxKit/Language

Modified Files:
        LibXSLT.pm 
Log Message:
Yet Another fix for relative URIs

Index: LibXSLT.pm
===================================================================
RCS file: /home/cvs/AxKit/lib/Apache/AxKit/Language/LibXSLT.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- LibXSLT.pm  2001/11/30 10:40:09     1.22
+++ LibXSLT.pm  2001/12/11 11:21:05     1.23
@@ -1,4 +1,4 @@
-# $Id: LibXSLT.pm,v 1.22 2001/11/30 10:40:09 matt Exp $
+# $Id: LibXSLT.pm,v 1.23 2001/12/11 11:21:05 matt Exp $
 
 package Apache::AxKit::Language::LibXSLT;
 
@@ -36,6 +36,7 @@
     
     my ($xmlstring, $xml_doc);
     
+    Apache->request($style->apache_request); # XXX mb
     AxKit::Debug(7, "[LibXSLT] getting the XML");
     
     if (my $dom = $r->pnotes('dom_tree')) {

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to