<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
ok, i'm not that much of a newbie... :)&nbsp; i know what mod_transform
does.&nbsp; i have it set up on my apache server, and it is able to
transform both straight xml files, and xml output from a script (i'm
using perl).&nbsp; let me explain a little further what i am trying to
accomplish.<br>
<br>
i've modified the apache module mod_autoindex to output xml rather than
html/xhtml.&nbsp; i've tested it, and the xml it spits out is well formed
and ready to be transformed via an xsl stylesheet.&nbsp; i have included the
line<br>
&lt;?xml-stylesheet href="foo.xsl"?&gt;<br>
in the xml output, but the page does not render this stylesheet in the
browser.&nbsp; it simply spits out the xml.<br>
<br>
so my question is, how can the xml output from my modified
mod_autoindex be transformed via mod_transform?<br>
<br>
-jeff<br>
<br>
Edward Rudd wrote:
<blockquote cite="mid1123078107.23046.30.camel@urkle.omega.home"
 type="cite">
  <pre wrap="">On Tue, 2005-08-02 at 16:09, Jeffrey Clark wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">i'm a newbie, so go easy on me...  is there a way to transform xml that 
gets outputted straight to the browser from an apache module?  any 
information would be appreciated.
    </pre>
  </blockquote>
  <pre wrap=""><!---->

mod_transform is an apache module that transforms XML and then sends the
transformed output to the browser. This is how the outoforder.cc website
is done.

  </pre>
  <blockquote type="cite">
    <pre wrap="">-jeff
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Jeffrey Clark
Software Engineer
Ephibian, Inc.
6021 E. Grant Rd.
Tucson, AZ 85712
Phone: 520.917.4808
Fax: 520.917.4770

_____________________________________________________
<a class="moz-txt-link-freetext" href="http://www.ephibian.com">http://www.ephibian.com</a> </pre>
</body>
</html>