You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by maurizio <ma...@libero.it> on 2004/01/17 19:31:45 UTC

[HELP]White spaces are required between publicId and systemId.

Description:org.apache.cocoon.ProcessingException: Failed to execute pipeline.: null:1:63:org.xml.sax.SAXParseException: White spaces are required between publicId and systemId.

Cocoon-2.1.3

This error apply when i use the wsproxy generator but not when i use the html generator!!! Helpe me please.

Sitemap:

request:cocoon:/portal_/{url}

<map:match pattern="portal_/**">
            <!-- <map:generate type="wsproxy" label="xml"
            src="http://{1}"/> ###this generate error -->
                <map:generate type="html"
                 src="http://{1}"/>
                <map:transform src="style.xsl"/>             
                <map:serialize type="html"/>
                </map:match>