Hi Jörn

Jörn Nettingsmeier wrote:
hi *!


the website i'm building needs to have a personal page for each member of our institute, which is generated from an xml.

in order to benefit from the access control of lenya, i want to use one file per user, but i also need the aggregated content of all these files (to create lists, menus, etc.)

i was thinking about using the directory generator or the xpath directory generator as documented on http://solprovider.com/lenya/aggregatefiles, but i'm not sure whether this will play nice with the upcoming jcr storage.

what is the cleanest and most backend-agnostic way to aggregate the content of all files of a certain doctype under a given document id?
In 1.4, make a usecase that uses the api to get all of the documents under the current that are of a certain restype. Feed them to your usecases jx template, which simply makes a cinclude for each.

I am looking into the same thing this week for press releases. I want to have a usecase that will give me a list of press releases, and another usecase that will give me an rss feed.

--Doug


this looks like a standard task, i wonder how people are solving it.

regards,

jörn



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

Reply via email to