On 7/11/05, Bart van Dijk <[EMAIL PROTECTED]> wrote:
> Thanks! I've already implemented the parameter-selector and this works fine.
> But now I want to export my website to two different directories using two
> different stylesheets and so far I've not mamanged to export pages with
> different stylesheets. Do you also have a solution for this? Do you think
> the cocoon-views method will work?

I looked at your first post.  You probably want different task id names.

An "export" is usually a directory crawler.  The examples you gave
specify the stylesheet.  If that is true, it should bypass the XMAPs,
making cocoon-views and most of what we discussed irrelevant.  All you
need is a crawler with a transformer.  Crawlers are easy to write in
every OS's commandline/shell/batch language. Just make a list of every
XML file under {pub}/content/live, then loop each one through a
transformer with the output under another directory name.  Anybody
know a command line transformer that takes an input file, an XSL file,
and an output filename? Does the export utility have one?

> By the way, there's a lot of useful information on your website! Good job!
Thanks.  It's my second brain.  I document everything, but I may not
be able to find it if I don't add it to the website.  The website
keeps everything organized.

I have not thought about exporting.  Our site went live this weekend,
and we are still adding content.  The visitor functionality may be
finished; I hope making Flow use i18n was the last hole.  Now I am
working on making the CMS GUI usable by human beings.

solprovider

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

Reply via email to