[svg-developers] Re: example code

2005-07-27 Thread Alastair Fettes
Hi Andrew, Mark. Not sure if a pure XSLT solution would be the best way of doing this. I would actually do a combination perl script/java program to do some preprocessing, then use an xslt to update the output svg. So first off I would do a simple string replace script. This is just a psuedo-ec

[svg-developers] Re: example code

2005-07-28 Thread Garry Haywood
If you are looking to display this as astatic SVG this shouild be very easy you just need for each 22 or 21 the coords in your matrix I would have each scenario implemented for avaiablity in XML ... then you could use XSLT or ECMAScript to convert this to in SVG Dom: take

[svg-developers] Re: example code

2005-07-28 Thread Garry Haywood
you might also want to look at Kev Lindsey's Game of Life implmentation in SVG, http://www.kevlindev.com/alife/life/ GoL is a matricised occupation simulation so most of the impelemntation may be of help to you Peace! --- In svg-developers@yahoogroups.com, "Garry Haywood" <[EMAIL PROTECTED]>