xsl-list
[Top] [All Lists]

RE: [xsl] XSLT 2.0: Schema-aware processor: What are the compelling advantages o

2007-07-18 05:00:23
So back to SA, would it be any easier to implement the XSLT 
beast using RELAX-NG as the schema language rather than that 
W3C monster?

There's an important difference here. One of the reasons that W3C XML Schema
is such a beast is that it was designed to assign types to elements in your
instance document as well as giving a yes/no answer on validity. Relax NG
does validation only, not typing. This feature is heavily exploited in the
way that schema-aware XSLT processing works.

Michael Kay
http://www.saxonica.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>
--~--

<Prev in Thread] Current Thread [Next in Thread>