Hi,
When we read one version of the xml we had the following:
<class name="Aal0TpVccTp">
<description>From Cello MIM.
Ref. [MOM_Cello]</description>
<systemCreated/>
<attribute name="Aal0TpVccTpId">
<mandatory/>
<noNotification/>
<restricted/>
<dataType>
<string/>
</dataType>
</attribute>
</class>
In the new version of the xml we have the following that jdom cannot read ( carriage return after MIM):
<class name="Aal0TpVccTp">
<description>From Cello MIM.
Ref. [MOM_Cello]</description>
<systemCreated/>
<attribute name="Aal0TpVccTpId">
<mandatory/>
<noNotification/>
<restricted/>
<dataType>
<string/>
</dataType>
</attribute>
</class>
Any ideas if this is a known problem ? Or if there is a workaround for it?
Cheers,
//mikael