Hi all,
Where is the place to submit errata for the Cocoon docs?

The doc page distributed with Cocoon 2.1.2, at
     docs/userdocs/components/generators/error-generator.html
contains the code:

<?xml version="1.0"
 xmlns:error="http://apache.org/cocoon/error/2.0
 encoding="UTF-8"?>
 
<error:notify
 error:type="error" 
 error:sender="org.apache.cocoon.sitemap.ErrorNotifier">
 

which should be


<?xml version="1.0" encoding="UTF-8"?>
 
<error:notify
 xmlns:error="http://apache.org/cocoon/error/2.0";
 error:type="error" 
 error:sender="org.apache.cocoon.sitemap.ErrorNotifier">
 

Regards,
Lars


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

Reply via email to