Re: [SVG] grid based layout DTD suggestion

Fred P. wrote:


> I think that the following is the simplest form possible:
> 
> <grid>
>     <cell row='1' col='1' rowspan='2' colspan='2'>
>        <use xlink:href='#background' x='0' y='0'/>
>     </cell>
>     <cell row='1' col='1'><rect.../></cell>
>     <cell row='1' col='2'><rect.../></cell>
>     <cell row='2' col='1'><rect.../></cell>
>     <cell row='2' col='2'><rect.../></cell>
>     <cell row='2' col='1' rowspan='2'><rect.../></cell>
> </grid>
> 
> What you think?


... that the examples I gave are much simpler, and more intuitive to use.


Tobi

-- 
http://www.pinkjuice.com/

Received on Friday, 2 May 2003 05:13:38 UTC