cefn / allyourx

Ally is a client-side javascript validating xml editor based on the allyourx.org rich data authoring standard
http://allyourx.org
GNU General Public License v3.0
1 stars 0 forks source link

Introduce namespace support #5

Open cefn opened 13 years ago

cefn commented 13 years ago

Here's a NCName definition (element and attribute names) from http://www.w3.org/TR/1999/REC-xml-names-19990114/#NT- NCNameChar An XML Name, minus the ":" NCName ::= (Letter | '') (NCNameChar)* NCNameChar ::= Letter | Digit | '.' | '-' | '' | CombiningChar | Extender