Hi, has anyone a working example for the xinclude transformer. My example doesnt'work:
I want to include another xml file from my fs. <mediablock> <title>Abbildung: Beispieltitel</title> <media xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:include href="/vern/public/music.third"/> <parameter name="bla" value="blah"/> </media> <description> <block> Erläuterner Text: </block> <block> bla bla bla bla bla bla bla bla bla </block> </description> </mediablock> output: <mediablock> <title>Abbildung: Beispieltitel</title> <media xmlns:xi="http://www.w3.org/2001/XInclude" -----Here the output stopps----------- I couldn't find an error in the log files. I have also a question, must I use "file://"? Thanx, Stephan Michels. --------------------------------------------------------------------- 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]>