Bertrand Delacretaz wrote: > On Thursday 20 December 2001 08:05, Bartomeu Adrover wrote: > >>Hello, my idea is: create "n" pipelines that acces to the url's and get >>html documents into xhtml. After that create an pipeline that include all >>this sources: >> > > Thanks for the idea - it will work if you have a known set of "HTML URLs" to > access, but in my case it's dynamic: the HTML URLs are computed based on the > initial request, and their number and form can vary. > > What I'm missing is something like "dynamic sitemap aggregation", but maybe > there is another way?
What about using the XInclude or CInclude transformers? You can incorporate XML from other sources like this: <xi:include href="cocoon://resource"/> <xi:include href="foo.xml?xpath(foo/bar[@baz='huh'])"/> -- "They that give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>