Hi,
This is no doubt a trivial question ( yes I have RTFM ;) about setting up 
a pipeline to handle a web frontend to a database.
What I want to do (at the moment) is pretty simple I think:

User requests XSP page 
        -> AxKit processes XSP page 
        -(XML)-> LibXSLT uses a stylesheet to transform PerForm elements 
to html
        -(XML)-> LibXSLT uses a stylesheet to transform result into html 
with bells and whistles
        -(HTML)-> user gets back simple html form

Because the stylesheets are constant across the app I dont want to put 
stylesheet directives in PIs in the XSP pages. But when I try to set it up 
using config directives in the httpd.conf half the time I get the contents 
of my xsp:logic element served up raw, and none of the time can I get a 
chain of 2 stylesheets going. 

This seems to me to be a pretty standard kind of setup -- what config 
directives would you use assuming stylesheets are in 
<DocumentRoot>/stylesheets ?

Thanks in advance,
Michael.


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

Reply via email to