On Wednesday 11 June 2003 04:39 am, Robin Berjon wrote:
> Brian Bray wrote:
> > I have a site written in ColdFusion that generates all output as dynamic
> > XML.  I currently have a semi-hack in place where every page captures
> > its own output, applies an XML to HTML stylesheet and then prints the
> > results.
> >
> > Could I let the ColdFusion pages just return the raw XML (and change the
> > MIME type of course), and let AxKit apply the stylesheet?  I was poking
> > though the features/docs list and couldnt find anything quite to that
> > effect.
>
> I don't know how CF interacts with Apache so it's a bit hard to answer
> properly. One thing you could do is use an AxKit Provider to access the CF
> back-end.
>
> PS: wow, Cold Fusion! I hadn't heard of that since '96!

It is implemented as an apache module. Essentially it works just about the 
same way PHP does. Given that there's probably no way to make it filter aware 
the provider idea is about all you have, or use XSLT document() directives...

-- 
Tod Harter
Giant Electronic Brain
http://www.giantelectronicbrain.com

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

Reply via email to