The following xml generates an invalid reference error when deserializing
using XStream 1.4.2:



<list>

  <typeA/>

  <typeA/>

  <typeA/>



  <typeB>

    <items>

      <typeA reference=”../../../typeA[2]”/>

    </items>

  </typeB>

</list>



Anyone see what I’m doing wrong?  And I’ve left the mode at the default
‘RELATIVE_REFERENCES’.


Michael

Reply via email to