Abstract
EDI-C is a programming language used in B2B (EDI, WebServices) applications. It is possible to declare XML variables in the language. XML variables are declared in a way similar to structures in C and C++. These variables are accessed through dot-notation. Validation information (facets) can also be declared. The XML structures and their validation values are, at compile time, optimized for fast evaluation and execution in the runtime environment. Usually XSD schema are read and evaluated when an XML document loads -- our method loads and evaluates the XSD schema at compile time. Thus, when executing a program, the XSD schema has already been loaded and evaluated -- i.e., it's no longer necessary to load and evaluate each time the program is executed. This method increases XML processing speed, which is vital for WebServices messaging.
- Jim Melton, Alkan R. Simon, Understanding the new SQL, Morgan Kaufman, 1993 Google Scholar
Digital Library
- Inobiz AB, The EDI-C Programming Language, Reference Manual, 2002--2007.Google Scholar
- Inobiz AB, Development System Users Guide, 2002--2007.Google Scholar
- W3C, XML Schema Part 2: Datatypes Second Edition, 28 Oct 2004.Google Scholar
- Priscilla Walmsley, Definitive XML Schema, Prentice Hall, 2002 Google Scholar
Digital Library
Index Terms
Faster XML data validation in a programming language with XML datatypes
Recommendations
Mapping of bibliographical standards into XML
The most popular bibliographical standards, which prescribe the exchange of bibliographical data in machine readable form, are MARC (Machine Readable Cataloguing) and UNIMARC (Universal Machine Readable Cataloguing). This paper presents two schemas, ...
XML-based XML schema access
WWW '07: Proceedings of the 16th international conference on World Wide WebXML Schema's abstract data model consists of components, which are the structures that eventually define a schema as a whole. XML Schema's XML syntax, on the other hand, is not a direct representation of the schema components, and it proves to be ...
Conceptual modeling of XML schemas
WIDM '03: Proceedings of the 5th ACM international workshop on Web information and data managementXML has become the standard format for representing structured and semi-structured data on the Web. To describe the structure and content of XML data, several XML schema languages have been proposed. Although being very useful for validating XML ...






Comments