dizzzz / jing-trang

Automatically exported from code.google.com/p/jing-trang
Other
0 stars 0 forks source link

DTD output loses elements #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed in r2331.

Original comment by georgebina76 on 7 Sep 2009 at 3:06