I know this is not answering your questions as such but if all your content is static then a decent caching approach should work just as well. You might want to look at the caching AxKit offers, or writing your own caching handler - I believe its a replaceable module.
Otherwise, depending on the stylesheet mechanism you are using XSLT.pm/XPathScript.pm - you might find that you can write a script that parses your site and uses one of these modules to transform each page. On Thu, 13 Feb 2003, Martin Buchan wrote: > Hi, > > Could anyone tell me if it is possible to run axkit (in some form) > on the command line? > > What i want to do it convert all my xml files to .html file using my > template before i the site is actually live. > > This would be similar to webmake or WML, however i dont like their > markup languages and would rather use the XML markup i have already > defined. > > I want to do this because 99% of my data is static and i would > rather take the 'baking' approach than the 'frying' approach so i > can lighten the load on the server etc... > > Would this be possible with a bastardized version of axkit (im > willing to bastardize it :) or is there something else out there that > can do this for me or will i have to write my own parser from scratch? > > Any ideas appreciated > > Thanks > Martin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
