Hi all,

We're getting this error on sourcewrite transformer:

"The src attribute doesn't resolve to a writeable source and failed to
cancel "

The generator src is:

erro.xml:

<?xml version="1.0"?>
<page xmlns:source="http://apache.org/cocoon/source/1.0";>
   <source:write src="context://pubmed/repository/my.xml">
     <page>
       XML Object body
     </page>
   </source:write>
 </page>

in the sitemap we have:

<map:match pattern="erro">
    <map:generate type="file" src="documents/erro.xml"/>
    <map:transform type="tofile">
        <map:parameter name="serializer" value="xml"/>
    </map:transform>
    <map:serialize/>
</map:match>

and the my.xml file is in the correct directory... :|

What's wrong?

Thanks in advance,

Joao Cesar
[EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to