kienerj / pycdxml

Tools to automatically convert and proccess cdx and cdxml files in python
GNU General Public License v3.0
35 stars 5 forks source link

Represents Property handling leads to an additonal end object tag in cdx #7

Closed kienerj closed 2 years ago

kienerj commented 2 years ago

The Represents Property needs special handling because it works different than normal objects/properties and there is a mismatch between cdx and cdxml (in cdx it is a property while in cdxml it is a sub element).

The code that converts to cdx must be adjusted so that the superfluous end object tag of 00 00 is not written anymore.

kienerj commented 2 years ago

Fixed by bf01452cfd6b3e71b0bd6a4c9ffda0e132a2fdf3