nXML mode includes a configurable set of rules to locate a schema for the file being edited. The rules are contained in one or more schema locating files, which are XML documents.
LocatingRules is a Perl 5 module that implements the locating rules search algorithm to find a schema.
Version 0.6 is very alpha. To use it, unpack the archive and put it on your Perl library path. See the README file and tests in the distribution for more info.
This version adds a ‘regex’ mode DocumentScanner so that you don’t have to parse a document twice to find out info about it.
Version 0.5 is very alpha. To use it, unpack the archive and put it on your Perl library path. See the README file and tests in the distribution for more info.