Re: svg/xforms

Anja,


> i want to generate a svg documents with input fields and buttons.


This could be achieved with XForms, but I don't know a any 
implementation (X-Smiles?)

ECMAscript can also be used to for that; perhaps others can post URLs to 
examples. (Michel? Kevin?)


> but i have difficulties in getting started.
> can someone give me a very simple but complete example of a xml-file and
> xsl-file, that are generating a svg document?


You can take any XML input, then generate any SVG output via XSLT.
(some examples: http://www.pinkjuice.com/SVG/XSLT/fractals/ )
I would see that process as independent from the form elements.

Saxon
http://saxon.sourceforge.net/
is cool for that;
commandline use:
http://www.pinkjuice.com/SVG/SVGlinks.htm#related

Tobi

-- 
Tobias Reif
http://www.pinkjuice.com/myDigitalProfile.xhtml

go_to('www.ruby-lang.org').get(ruby).play.create.have_fun
http://www.pinkjuice.com/ruby/

Received on Friday, 28 September 2001 05:02:26 UTC