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=""/>             
                <map:serialize type="html"/>
                </map:match>

Reply via email to