map:part- how to encode a URL source?

2003-04-02 Thread Colin W. Kingsbury
Here is what I wrote: map:part src=http://localhost:8080/bigServlet?k42id={1}container=page-body/ Here is what I get: org.xml.sax.SAXParseException: The reference to entity container must end with the ';' delimiter. snip How can I do this? I need to make calls to URLs with multiple

Re: map:part- how to encode a URL source?

2003-04-02 Thread Alex Romayev
Colin, is a special character in XML and need to be escaped as amp; -Alex --- Colin W. Kingsbury [EMAIL PROTECTED] wrote: Here is what I wrote: map:part src=http://localhost:8080/bigServlet?k42id={1}container=page-body/ Here is what I get: org.xml.sax.SAXParseException: The reference