Thanks John.

I'd rather not add another layer of complexity and stays in C++, but I 
will try this anyway.

I've looked around Wt website, documentation and tutorials, but I 
haven't found about this XML technique.

Can you share a pointer ?

By the way, is this also the only way to use lists ? (ul, ol, li, etc.)

Thanks.


Le 12/09/2011 15:25, John Robson a écrit :
> Just create a .XML file and embed your HTML5 tags.
>
> <div id="menuleft"><aside><header><h3>${user}</h3></header>
>   <nav><div id="menucontainer">${menu_user}</div></nav></aside>
>   <aside><header><h3>${resume}</h3></header>
>   <nav><div id="menucontainer">${menu_resume}</div></nav></aside>
> </div>
>
> <div id="footer"><footer><p>${credits}</p></footer></div>
>
>
> On 09/12/2011 09:20 AM, Offirmo Net wrote:
>> Hello,
>>
>> I'm trying to use HTML5 elements in my generated Wt pages, like
>> <article>  <footer>  etc.
>>
>> I experimented with inheriting /WWidgets/ and using /WTemplate/, but
>> with no success so far.
>>
>> Is there a way to use those elements ?
>
> ------------------------------------------------------------------------------
> Doing More with Less: The Next Generation Virtual Desktop
> What are the key obstacles that have prevented many mid-market businesses
> from deploying virtual desktops?   How do next-generation virtual desktops
> provide companies an easier-to-deploy, easier-to-manage and more affordable
> virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to