xsl-list
[Top] [All Lists]

Re: [xsl] Modern web site design with XML and XSLT

2010-01-02 12:21:42
Rob,

XForms is another possibility because it's based on an MVC architecture: a menu can be an XForms instance data.

XForms can help for navigation between pages and sub-forms.

BTW, my XForms implementation (XSLTForms: http://www.agencexml.com/xsltforms) is based on XSLT 1.0 at client-side. Browsers have a very good support for XSLT 1.0 and there are just few bugs for very complex stylesheets such as the one of XSLTForms.

Within XForms, XPath can be used to access instance data. An extension function to call an XSLT stylesheet to transform instance data into HTML fragment is another possibility with XSLTForms.

Best regards,

Alain Couthures
<agenceXML>
Bordeaux, France
http://www.agencexml.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--