Altova Mailing List Archives
>xml-dev Archive Home
>Recent entries
>Thread Prev -
>Thread Next - Ann: Schemachine (a pipelined Xml validation framework)
Ann: Xml Validation Interoperability Framework (xvif)
To: Xml-Dev <xml-dev@-----.---.--->
Date: 6/20/2002 9:22:00 AM
Hi, I am happy to announce a first version of Xml Validation Interoperability Framework (xvif), a proposal for embedding pipes of transformations and validations within grammar based schema languages. While the common approach is to define pipes of transformations and validations operating on complete XML documents, my purpose with xvif is to explore the possibility of defining "micro-pipes" transforming information items (ie attributes, text and element nodes) during the transformation itself. The main advantage in doing so is to bring the transformation closer to the place where it is needed. This makes it more easy to maintain, but also allows it to interoperate more closely with the schema language: with Relax NG and xvif I can say for instance that an element is valid if it gives a result 1 matching a pattern1 after a transformation 1 *or* if it gives a result 2 matching a pattern2 after a transformation 2. In this proposal, I have given the main focus to defining the interoperability framework itself, relying on existing technologies for the transformations and validations defined in my micro-pipes (XPath, XSLT, Regular Fragmentations and regular expressions are supported in the current implementation). Some of these pipes are rapidly getting quite complex which IMO shouldn't be seen as a problem of the framework itself but rather as an indication that it might be needed to define a lightweight transformation language specific to such applications. This prototype is based on a partial implementation of Relax NG written in Python (I have focussed on the features which I have found most important for my proof of concept) using the derivative algorithm described by James Clark. The following resources are available in this first version: - Strawman: http://downloads.xmlschemata.org/python/xvif/xvif.html - On line demo: http://downloads.xmlschemata.org/python/xvif/tryMe.cgi - Download: http://downloads.xmlschemata.org/python/xvif/ I assume that discussion about xvif can be carried on xml-dev, but I have also setup a more specific mailing list for XML schema related discussions at xmlschemata@x...: - http://lists.xmlschemata.org/xmlschemata/ Enjoy! Eric -- See you in San Diego. http://conferences.oreillynet.com/os2002/ ------------------------------------------------------------------------ Eric van der Vlist http://xmlfr.org http://dyomedea.com (W3C) XML Schema ISBN:0-596-00252-1 http://oreilly.com/catalog/xmlschema ------------------------------------------------------------------------
Disclaimer
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

