Alex Romayev wrote: >--- Vadim Gritsenko <[EMAIL PROTECTED]> >wrote: > > >>Alex Romayev wrote: >> >> >> >>>I'm still struggling with this problem. Let me try >>> >>> >>>to state it more clearly: >>> >>>I would like to write XML to a file. My XML >>> >>> >>contain >> >> >>>namespaces. I declare the namespaces in the root >>>element, just the way I would like it to be in the >>>file and surround my XML with "source:write" tag. >>>However, SourceWritingTransformer seems to be >>> >>> >>dropping >> >> >>>the namespace declarations and writing everything >>>else! >>> >>>Is this is a bug within the transformer or is there >>>another way of getting the namespace declarations >>>written out? >>> >>> >>> >>Could be a bug. Try moving ns declaration into the >>root tag of the >>document you are writing, i.e. moving declaration >>inside the write tag. >> >>Vadim >> >> > >I have, still the same result... Any other ideas? >
Nope. You can start debugging. :) Vadim >Alex > ... --------------------------------------------------------------------- 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]>