- From: Girish Kumar <girishk@isofttechindia.com>
- Date: Sun, 26 Nov 2000 01:07:10 +0530
- To: <xmlschema-dev@w3.org>
Hi All, I am validating an XML file using schematron, it validates perfectly when the root element does not contain anything else. Ex: <ProcessContainer> <process> </Process> </ProcessContainer> And it throws appropriate assert and reports when validated like this. But it does not give any error or result when the root element contain references to the schema or anything else part of it. Ex: <ProcessContainer xmlns="http://www.abc.org/2002/process1.0"> <process> </Process> </ProcessContainer> Am I missing something here Thanks in Advance Girish
Received on Tuesday, 26 November 2002 03:20:58 UTC