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
--On Freitag, 24. Oktober 2003 23:41 Uhr -0700 Jonas <lscom@telus.net> wrote:
I'm trying to do the following in dtml: <dtml-call expr="updateInvoiceTotals(invoiceNumber=<dtml-var name="invoiceNumber")">
<dtml-call expr="updateInvoiceTotals(invoiceNumber=nvoiceNumber)"> -aj
Jonas wrote:
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.
It ain't the quotes. http://mail.zope.org/pipermail/zope/2003-September/141680.html http://mail.zope.org/pipermail/zope/2003-September/140587.html http://mail.zope.org/pipermail/zope/2003-September/141774.html --jcc -- "My point and period will be throughly wrought, Or well or ill, as this day's battle's fought."
participants (3)
-
Andreas Jung -
J. Cameron Cooper -
Jonas