Hi,

I'm need to use a namespace insite source:replace tag,
for example:

<source:insert
  xmlns:source="http://apache.org/cocoon/source/1.0";
  xmlns:myns="http://foo.org/myns";>
  <source:path>/</source:path>
  <source:replace>myns:item</source:replace>
  <source:fragment>...</source:fragmen>
</source:insert>

When I run this, I get:

javax.xml.transform.TransformerException: Prefix must
resolve to a namespace: myns.

Is it actually possible to use a namespace inside a
replace tag?

Thanks,
-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]>

Reply via email to