On Sun, 31 Oct 2004 21:56:00 +0000, Matt Sergeant <[EMAIL PROTECTED]> wrote: > On 29 Oct 2004, at 17:08, Steve Witkos wrote: > > > > > What I am interested in doing is creating a page which loads an xsl > > file based on which xml file I am opening. I will know ahead of time > > the pairing, and don't need a hash or array. Something like: > > showfile.(xsp|php|pl)?xsl=/xsl/story.xsl&xml=/26/1/storytitle.xml > > > > I have found some very complicated ways to do similar things, but was > > hoping there was some native way of doing it without modifying my > > httpd.conf, or hacking an existing Perl Module. The files and > > directory structure are output automatically, so adding a .htaccess > > file wouldn't be feasible. > > > > Is there a way using AxKit to load these two files together and have > > it parse? > > I've done some cleaning up on the Wiki, and need to do a lot more work > to prevent spam, rather than to just cleanup after it, but for now you > might find http://axkit.org/wiki/view/AxKit/DynamicPipelines useful. > > Matt. >
Thanks Matt! I actually bookmarked all the ?history pages and was referring to them. I followed the advice of tharter and did an include. It has worked well enough. Due to the fact there are hundreds of xml files (each day) that I am crafting xsl for, I started using cooktop http://www.xmlcooktop.com/ to actually test xsl transformations, and then create a combination of rootnode and filename processors in Axkit. -- Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]