Lambda the Ultimate

inactiveTopic XQuery Normalizer and Static Analyzer (alphaWorks)
started 3/29/2004; 10:52:54 PM - last post 3/29/2004; 10:52:54 PM
Ehud Lamm - XQuery Normalizer and Static Analyzer (alphaWorks)  blueArrow
3/29/2004; 10:52:54 PM (reads: 10842, responses: 0)
XQuery Normalizer and Static Analyzer (alphaWorks)
Given an XQuery expression, the tool uses the normalization rules specified in the W3C XQuery Formal Semantics document to convert the given expression to an expression in a core grammar (a subset of the XQuery grammar). The tool also comes with a parser that gives an XML representation of the XQuery expression; this XML representation can be used for manipulating the expression.

Given a normalized expression, the tool again uses the static typing rules specified in the W3C XQuery Formal Semantics document to determine the output type of the expression. The normalized expression can be obtained from the Normalizer, and the static type of the expression can be obtained from the Static Analyzer. The Static Analyzer also checks for semantic errors (such as passing an empty expression to a function call where an integer argument is expected) and generates error messages whenever semantic errors are found during the static type checking.

Get it while it's hot...


Posted to xml by Ehud Lamm on 3/29/04; 10:53:01 PM