Dear all,

I am trying to validate the following (small) file with a schema.
With xsv1.1, success.
With xerces 1.3.0, the tool takes up to 400Mb of ram and never finishes.

Is this a bug ? Probably, but in the tool or in the schema ?

Is there any way to know where the validation is stuck ?

Best regards
JC

-- 
Jean-Claude Dufourd       @======================================@
ENST, Dept COMELEC             The wing, over the big rock...
46, rue Barrault          @======================================@
75013 Paris                Tel: +33145817807    Fax: +33145804036
<?xml version="1.0" encoding="UTF-8"?>
<XMT-A xmlns="http://www.ibm.com/Mpeg4/XMT-A";
       xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance";
       xsi:schemaLocation="http://www.ibm.com/Mpeg4/XMT-A http://www.comelec.enst.fr/~dufourd/mpeg-4/xmt-a.xsd";>
  <Header>
    <InitialObjectDescriptor objectDescriptorID="od:1">
      <ProfDescr>
	<esDescr>
	  <ES_Descriptor ES_ID="es:2" streamPriority="0" >
	    <decConfigDescr>
	      <DecoderConfigDescriptor objectTypeIndication="255" streamType="3" upStream="false" bufferSizeDB="20000" maxBitrate="0" avgBitrate="0">
		<decSpecificInfo>
		  <BIFSConfig nodeIDbits="10" routeIDbits="10">
		    <commandStream pixelMetric="true">
		      <size pixelWidth="704" pixelHeight="576"/>
		    </commandStream></BIFSConfig>
		</decSpecificInfo>
	      </DecoderConfigDescriptor>
	    </decConfigDescr>
	    <slConfigDescr>
	      <SLConfigDescriptor>
		<predefined value="2"/>
	      </SLConfigDescriptor>
	    </slConfigDescr>
	    <StreamSource url="Main BIFS: ultrasimple"/>
	  </ES_Descriptor>
	</esDescr>
      </ProfDescr>
    </InitialObjectDescriptor>
  </Header>
  <Body>
    <Replace>
      <Scene>
	<Group/>
      </Scene>
    </Replace>
  </Body>
</XMT-A>

Reply via email to