XML to DTD Trang Conversion namespace-prefix Bug
Posted: Thu Dec 14, 2006 2:06 pm
Hi ,
when I use the Trang Converter to generate a DTD from one of my XML-Files, it produces prefixed elements but with content models where prefixes are missing.
Example:
<!ELEMENT gml:LineString (metaDataProperty?,(pos|pointProperty)+)>
Correct:
<!ELEMENT gml:LineString (gml:metaDataProperty?,(gml:pos|gml:pointProperty)+)>
For the result DTD Oxygen notifies these errors.
I think this is a Converter- bug.
Regards,
Klaus
when I use the Trang Converter to generate a DTD from one of my XML-Files, it produces prefixed elements but with content models where prefixes are missing.
Example:
<!ELEMENT gml:LineString (metaDataProperty?,(pos|pointProperty)+)>
Correct:
<!ELEMENT gml:LineString (gml:metaDataProperty?,(gml:pos|gml:pointProperty)+)>
For the result DTD Oxygen notifies these errors.
I think this is a Converter- bug.
Regards,
Klaus