[gme-users] Too many passes while parsing XML file error

James Edmondson jedmondson at gmail.com
Wed Jun 29 13:34:00 CDT 2011


So, this did replicate the error message and a cycle with two
references might look like this in the XME:

<reference id="id-0067-00000001" kind="..." role="..." guid="..."
relid="..." referred="id-0067-00000002">
<reference id="id-0067-00000002" kind="..." role="..." guid="..."
relid="..." referred="id-0067-00000001">

A three cycle might look like this:

<reference id="id-0067-00000001" kind="..." role="..." guid="..."
relid="..." referred="id-0067-00000003">
<reference id="id-0067-00000002" kind="..." role="..." guid="..."
relid="..." referred="id-0067-00000001">
<reference id="id-0067-00000003" kind="..." role="..." guid="..."
relid="..." referred="id-0067-00000002">

Haven't looked into the subtype/archetype thing yet.

Thanks,
James


More information about the gme-users mailing list