IDEA #614 JDK 1.3.1 Win 2K I am trying to validate an XML file against it's schema. My XML document's root element looks something like the following:
<AddressBook xmlns="http://www.deansoft.com/AddressBook" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.deansoft.com/AddressBook AddressBook.xsd"> When I validate, I get the following error message: Error: line (3) TargetNamespace.2: Expecting no namespace but the schema document has a target namespace. This line number corresponds to the opening of the root element shown above. - Tim _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
