How to store URL with 2 GET parameters in XML ? The problem:
<fo:block>
<fo:external-graphic src="http://foo:7001/box/instr.jsp?param=59.05&name=JRA"/>
</fo:block>
XML parser doesn't like "&" character, how can I store strings like this and would be
able to get GET params in JSP?
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
