Good day, Consider the following XML Schema
<?xml version="1.0" ?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema XMLSchema.xsd" xmlns:test="http://www.example.org/test" targetNamespace="http://www.example.org/test"> <xsd::element name="test2" type="xsd:int"/> </xsd:schema> Note `::' in element declaration. When I feed this file to loadGrammar I get DOMException with error code 14 which is not very informative. Is this expected behavior? thanks, -boris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]