Hi Manfred, I have been integrating XForms control support in SVG elements recently in XSLTForms with AVT. This is very interesting to filter renderings exactly as you have performed it in your web page.
Have a look at some examples: http://www.agencexml.com/xsltforms/piechart.xml and http://www.agencexml.com/xsltforms/gantt.xml Saxon-CE is not just XSLT 2.0. It includes an interactive part which is in conflict with XForms declarative approach. XForms refreshes automatically all the controls, according to dependencies, at each change. XForms doesn't allow to edit the host language (HTML or SVG). It cannot even look at it with XPath. This is the MVC architecture! There are still some limitations in XForms. For example, sorting is not yet specified... but could be added in implementations. Best regards, -Alain Le 19/04/2012 19:38, Manfred Staudinger a écrit : > Hi Alain, > > I'm developing a web page with SVG and Saxon-CE which at the moment > has only a very basic form element, a test version can be viewed with > a recent Opera [1]. I would like to use XForms and would prefer > XSLTForms by far. Now my questions: > - do you think this is even possible? > - can you recommend some reading for me? > > Best regards, > Manfred > > [1] http://test.rudolphina.org/svg/Plaene/test1/svg-t5-011.xhtml > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > Xsltforms-support mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Xsltforms-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xsltforms-support
