Thanks for the response. But the reason that I was trying to use XML()
is that:
<img src='${XML(turbogears.url("/pie_chart", billable=25,
unbillable=25, nonbill=25, contract=25))}' />
results in:
<IMG
SRC="/pie_chart?unbillable=25&nonbill=25&contract=25&billable=25">
instead of:
<IMG SRC="/pie_chart?unbillable=25&nonbill=25&contract=25&billable=25">
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---