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