rdf icon indicating copy to clipboard operation
rdf copied to clipboard

CURIE_REGEX needs to be broadened

Open linclark opened this issue 15 years ago • 1 comments

The CURIE_REGEX doesn't allow for some of the characters that are allowed by the XML 1.0 Namespace specification.

These include underscores, some Unicode chars, etc.

See more here: http://www.w3.org/TR/xml-names11/#NT-NCName

linclark avatar Jan 27 '10 13:01 linclark

This can now use the regular expression defined in rdfx.inc

linclark avatar Jan 27 '10 22:01 linclark