I'm looking for a way to determine the pipeline to use for rendering an XML document based on its content.
so if i have for example:
<page> <meta> <use-layout>a</use-layout> </meta> <content> <!-- some content --> </content> </page>
I'd like to be able to use one pipeline, and if i have <use-layout>b</use-layout> I'd like to use another.
Is this possible? If so, how would you do it?
Thanks for any help,
-markus
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
