Hi All
I am converting a legacy Cocoon 2.0 site to Cocoon 2.1.
Since when it became legacy? :)
I have documents with the following DOCTYPE declaration:
<!DOCTYPE doc SYSTEM "urn:kiss:doc">
<offtopic>
Correct me if I'm wrong, but from http://www.w3.org/TR/1998/REC-xml-19980210#dt-sysid I got an impression that PUBLIC can be any URI (including your "urn:"), while SYSTEM identifier better be an URI which can be resolved to some DTD.
Thus, I would either use <!DOCTYPE doc PUBLIC "urn:kiss:doc"> or <!DOCTYPE doc SYSTEM "kiss/doc">
</offtopic>
Looks like you got regression bug! :)
Vadim