esgee85 / jing-trang

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

Add ability to merge incuded DTD entities to one DTD/XMLSchema #97

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Unzip attached archive with .dtd inputs and expected .dtd/.xsd outputs.
2. Run java -jar trang.jar -I dtd -O dtd -i merge=true fixmlmain.dtd
fixml4.1v20000825.dtd 

Expected fixml4.1v20000825.dtd as in attached archive,
but got 'error: unknown parameter "merge"'

3. Run java -jar trang.jar -I dtd -O xsd -i merge=true fixmlmain.dtd
fixml4.1v20000825.xsd 

Expected fixml4.1v20000825.xsd as in attached archive,
but got 'error: unknown parameter "merge"'

Original issue reported on code.google.com by plokhotn...@gmail.com on 18 Dec 2009 at 1:02

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by jjc.jclark.com on 18 Dec 2009 at 1:26