Re: [svg-developers] Another question

2006-06-02 Thread Sayed Arian Kooshesh
how would I represent a table in svg? On 6/1/06, Charles McCathieNevile [EMAIL PROTECTED] wrote: On Fri, 02 Jun 2006 05:03:16 +1000, Sayed Arian Kooshesh [EMAIL PROTECTED] wrote: Hello all again, I also have a table with data that I would like to display in svg. Is there a way to

Re: [svg-developers] Another question

2006-06-02 Thread Peter Thompson
--- Sayed Arian Kooshesh [EMAIL PROTECTED] wrote: how would I represent a table in svg? Is something like this sufficient? text x=100 y=50item 1.1/text text x=200 y=50item 1.2/text text x=300 y=50item 1.3/text text x=400 y=50item 1.4/text text x=500 y=50item 1.5/text text x=100 y=100item

Re: [svg-developers] Another question

2006-06-02 Thread Sayed Arian Kooshesh
no, I'm looking for something with several columns. Thanks for the advice , however. On 6/2/06, Peter Thompson [EMAIL PROTECTED] wrote: --- Sayed Arian Kooshesh [EMAIL PROTECTED] wrote: how would I represent a table in svg? Is something like this sufficient? text x=100 y=50item 1.1/text

Re: [svg-developers] Another question

2006-06-02 Thread Peter Thompson
--- Sayed Arian Kooshesh [EMAIL PROTECTED] wrote: no, I'm looking for something with several columns. Thanks for the advice , however. The SVG that I provided displays a 3 row by 5 column table. __ Do You Yahoo!? Tired of spam? Yahoo!

Re: [svg-developers] Another question

2006-06-02 Thread Sayed Arian Kooshesh
so it did! awesome much thanks! On 6/2/06, Peter Thompson [EMAIL PROTECTED] wrote: --- Sayed Arian Kooshesh [EMAIL PROTECTED] wrote: no, I'm looking for something with several columns. Thanks for the advice , however. The SVG that I provided displays a 3 row by 5 column table.

Re: [svg-developers] Another question

2006-06-02 Thread Charles McCathieNevile
On Sat, 03 Jun 2006 02:44:17 +1000, Sayed Arian Kooshesh [EMAIL PROTECTED] wrote: no, I'm looking for something with several columns. Thanks for the advice , however. On 6/2/06, Peter Thompson [EMAIL PROTECTED] wrote: --- Sayed Arian Kooshesh [EMAIL PROTECTED] wrote: how would I

[svg-developers] Another question

2006-06-01 Thread Sayed Arian Kooshesh
Hello all again, I also have a table with data that I would like to display in svg. Is there a way to display html elements inside a svg document? thanks in advance Arian -- Art manifests desire in the imagination, but machines are an attempt to manifest desire in reality [Non-text portions

Re: [svg-developers] Another question

2006-06-01 Thread Charles McCathieNevile
On Fri, 02 Jun 2006 05:03:16 +1000, Sayed Arian Kooshesh [EMAIL PROTECTED] wrote: Hello all again, I also have a table with data that I would like to display in svg. Is there a way to display html elements inside a svg document? In principle you can use a foreignObject element. I don't