On Wednesday 20 November 2002 09:48, Dr. Robert Spiske wrote: > Hello! > > (Using: Cocoon 2.0/Tomcat 3.3.1/Linux) > > To ease my users writing XML I introduced a Tag: > <include href="file" id="someid" /> > > Now I try to get three transformers working in a row. > The first XSLT changes the above include to: > > <xi:include href="file" /> (Droped the xpointer stuff because it's not the > problem) > > After that I call <map:tranform type="xinclude" /> and it does not work.
What does "not work" mean? Its not touched by the xinclude transformer and remains in the output? > The third transformer is again an XSLT that should make nice HTML. > > Note: > If I don't call the xinclude transformer everything works. > If I write the <xi:include .../> line in the file and call the xinclude > transformer first, > everything works. > But if I call the xinclude after the first xslt it does not work. > > Does anyone have an idea ? Just a wild guess. Do you use exactly the same namespace declaration for xi in the stylesheet and the static variant? Martin --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>