> I've just looked at this. From what I understand: > - I would still have to write my own (X)HTML
True. WTemplate is intended for those cases where it's easier to type the html yourself than to have it generated by Wt. > - When using the bindString() with FormatText set to Wt::PlainText > I can probably get the proper escaping done for me. > That's the idea. > But then I wonder if the bindString() is going to add things like > a span around it, which is not what I want. > AFAIK this will not happen. From a quick look at the code, I don't see evidence that this would happen. It will add a span or a div around the entire WTemplate, depending on the 'inline' setting of your WTemplate. BR, Wim. ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
