[svg-developers] SVG Open 2006

2006-08-14 Thread kuko_ako
Does anybody know what the status of the conference is? Will it push through as scheduled or is it being canceled? A month ago, the site said Aug. 1st was the early bird registration deadline, but the site now says it's not yet open to registration. I imagine SVG enthusiasts need to be able to

[svg-developers] DOM script to position element

2006-08-14 Thread Nazar
Hello, I use batik java svg toolkit (http://xmlgraphics.apache.org/batik) to operate SVG at runtime. The question is how can I get element coordinates when walking DOM tree of the SVG document? The actual dom element is of type org.apache.batik.dom.svg.SVGOMGElement

[svg-developers] Please help modify a code

2006-08-14 Thread Fulio Pen
Hello, Some time ago, members in this group helped me write a code for my research. Now I need to change it. Following is the URL of the page: http://www.pinyinology.com/ontology/phonetic5.html I tried to modify it, but failed. The code is rather complicated. I guess I didn't do it well

Re: [svg-developers] Please help modify a code

2006-08-14 Thread G. Wade Johnson
On Mon, 14 Aug 2006 18:15:56 -0700 (PDT) Fulio Pen [EMAIL PROTECTED] wrote: Hello, Some time ago, members in this group helped me write a code for my research. Now I need to change it. Following is the URL of the page: http://www.pinyinology.com/ontology/phonetic5.html I tried to

Re: [svg-developers] Please help modify a code

2006-08-14 Thread Fulio Pen
Hi, G. Wade: Thanks for your help. I changed one piece of code from id='txt' to id='txt1'. But it doesn't work. The reason is that in the JavaScript program, there is a piece of code saying 'getElementByID ('txt'). So only the code with id='txt' would work, and there cannot be two