A comment has been created.

http://cocoon.zones.apache.org/daisy/documentation/478.html

Document ID: 478
Name: A Simple Example
Branch: main
Language: default

Created by: Kamal Bhatt
Created on: 4/26/08 2:52:13 AM
Visibility: public

I noticed the template does not have the HTML namespace:

<html xmlns:ft="http://apache.org/cocoon/forms/1.0#template";
  xmlns:fi="http://apache.org/cocoon/forms/1.0#instance";
  xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>

Is this intended or an error? I am doing things slightly differently (not using 
blocks), and I would get NullPointer Exceptions until I put the namespace in.
I