I'd like my mod_perl script to output XML and have that picked up as if it was just another XML file the the .xml handler for rendering. I know i could just call XML::LibXSLT directly and spit out the fully transformed output, but i'd like to have that extra level of abstraction and be able to leverage the Axkit framework.
I've already googled on this, but all references to dynamic XML with Axkit are always XSP, XPathScript and the like. I can't seem to find anything about dynamic XML and XSLT. Closests i found was a discussion of using Provider::Filter, but there's precious little about writing your own perl module that is a Filter. If there is a resource discussing already, just point me to it, otherwise, i'd welcome any suggestions. cheers, arne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
