Processing XML for Domain Specific Languages
Formal Languages and Automata Theory
2015-06-11 v1 Programming Languages
Abstract
XML is a standard and universal language for representing information. XML processing is supported by two key frameworks: DOM and SAX. SAX is efficient, but leaves the developer to encode much of the processing. This paper introduces a language for expressing XML-based languages via grammars that can be used to process XML documents and synthesize arbitrary values. The language is declarative and shields the developer from SAX implementation details. The language is specified and an efficient implementation is defined as an abstract machine.
Keywords
Cite
@article{arxiv.1506.03366,
title = {Processing XML for Domain Specific Languages},
author = {Tony Clark},
journal= {arXiv preprint arXiv:1506.03366},
year = {2015}
}