OWD is generating XML files with two <!DOCTYPE> lines where only one is valid. For example:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE softwareassembly SYSTEM "../../xml/dtd/softwareassembly.dtd">
<!--Created with OSSIE WaveDev Beta Version 0.6.0b-->
<!--Powered by Python-->
<!DOCTYPE softwareassembly SYSTEM "/sdr/dtd/xml/dtd/softwareassembly.dtd">
This is occurring in application_gen.py and [ossiedev/tags/0.6.x/0.6.2/tools/WaveDev/wavedev/XML_gen/component_gen.py component_gen.py] and perhaps other places.
I'm not sure which DTD file should be included, but I know for sure that we aren't validating against it (as we probably should be). OWD under certain systems will crash when trying to read these files in (see ticket #171).