This is just a heads-up... If you have an installation and you upgrade to AxKit 1.5.1, then you may need to tweak your installation. This is because AxKit no longer looks inside the file at the first few bytes to see if the file is XML - instead it looks at the filename (for .xml), and the mime-type (for "xml" somewhere in there).
This only applies then to files like .axp, .dkb, .xsp, etc that you want transformed, and also only when you are using the older "PerlHandler AxKit" method of enabling AxKit. The work around is to define mime types for each of those files: AddType text/xml .axp AddType text/docbook+xml .dkb AddType text/xml .xsp etc. Hope that saves someone the hassle of hunting down the same "bugs" as I had to. -- <!-- Matt --> <:->Get a smart net</:-> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
