How To Write A Simple Lexical Analyzer or Parser
From Adobe Open Source Wiki
Revision as of 02:33, 2 May 2008 by SeanParent (Talk | contribs)
Introduction
This __paper__ is a response to an e-mail question asking if anyone had to validate if a sequence of characters was a valid XML name which was not a reserved XML name (starting with x|X m|M l|L) or a qualified name (one containing :). __see [2.3 of the XML Specification]