Trying to view the xsp sample simple.xsp, serializing type is "xml", I get the error message, that a namespace-prefix must not begin with the reserved string "xml" (<page xmlns:xml="http://www.w3.org/XML/1998/namespace"....)
Can anybody reproduce this error or has a solution for it? Felix ps: using jdk1.3.1_02 tomcat 4.0.2-b1 cocoon2 2.0.1-dev, latest version from cvs to reproduce change the entry in the sitemap.xmap ... <map:match pattern="xsp-plain/*"> <map:generate type="serverpages" src="docs/samples/xsp/{1}.xsp"/> <map:serialize /> </map:match> ... to ... <map:match pattern="xsp-plain/*"> <map:generate type="serverpages" src="docs/samples/xsp/{1}.xsp"/> <map:serialize type="xml"/> </map:match> ... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]