[Zope] dtml escaping quotes

Jonas lscom at telus.net
Sat Oct 25 02:48:15 EDT 2003


I'm trying to do the following in dtml:
<dtml-call expr="updateInvoiceTotals(invoiceNumber=<dtml-var
name="invoiceNumber")">

This works fine:
<dtml-call expr="updateInvoiceTotals(invoiceNumber=22)">

Is there some way I can escape the inside double-quotes? I've tried all
kinds of combinations.

Thanks for any help.

- Jonas




More information about the Zope mailing list