This affects all conversions from XML to DTD. For example on a schema like
default namespace = ""
start =
element test {
element a { text }
}
Trang loses the a element when converting to DTD and outputs
<?xml encoding="UTF-8"?>
<!ELEMENT test (a)>
<!ATTLIST test
xmlns CDATA #FIXED ''>
Original issue reported on code.google.com by georgebina76 on 7 Sep 2009 at 3:01
Original issue reported on code.google.com by
georgebina76
on 7 Sep 2009 at 3:01