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

Subject: Re: [xsl] Modern web site design with XML and XSLT
From: COUTHURES Alain <alain.couthures@xxxxxxxxxxxxx>
Date: Sat, 02 Jan 2010 19:21:37 +0100
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

Current Thread