I am using the CInclude transformer. I would like to have the src URL of the include available in the transformer output.
<ci:include src="todo.xml"/>
Would create something like:
<todo-list ci:src="todo.xml" xmlns="http://engrm.com/schema/2004/02/todo" xmlns:ci="http://apache.org/cocoon/include/1.0"/>
Is it in there? Is it possible?
What's the use case for/sense of it? Why not just using an XSLT that adds the <todo-list/> before CInclude replaces <ci:include/>?
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
