LOIRJun 19, 2019

Unification of Template-Expansion and XML-Validation

arXiv:1906.08369v1
Originality Synthesis-oriented
AI Analysis

This addresses inefficiencies in XML document processing for developers and systems handling XML data, though it appears incremental as it builds on existing methods.

The paper tackled the problem of unifying template expansion and XML validation, which are typically separate processes, by proposing a language that combines both operations.

The processing of XML documents often includes creation and validation. These two operations are typically performed in two different nodes within a computer network that do not correlate with each other. The process of creation is also called instantiation of a template and can be described by filling a template with data from external repositories. Initial access to arbitrary sources can be formulated as an expression of certain command languages like XPath. Filling means copying invariant element nodes to the target document and unfolding variable parts from a given template. Validation is a descision problem returning true if a given XML document satisfies a schema and false otherwise. The main subject is to find a language that unions the template expansion and the validation. [..].

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes