API typos

The default DataContext is said to contain this mapping:

	document.data.context.setMapping("xsd",
		"http://www.w3.org/2001/XMLSchema-datatypes#");

That should probably be:

	document.data.context.setMapping("xsd",
		"http://www.w3.org/2001/XMLSchema#");

Also, there are two occurrences of the ungrammatical "is an anything
that can be".

-- 
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>

Received on Sunday, 31 October 2010 14:34:04 UTC