Ticket #173 (closed defect: duplicate)

Opened 4 months ago

Last modified 4 months ago

OWD 0.6.2 is generating XML files with two <!DOCTYPE> lines

Reported by: jgaeddert Assigned to: cdietric
Priority: major Milestone: Release 0.8.0
Component: tools Version: 0.6.2
Keywords: Cc:

Description

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).

Change History

04/17/08 08:55:14 changed by DrewCormier

  • status changed from new to closed.
  • resolution set to duplicate.

This is ticket #164. The specific issue with ticket #171 is actually resolved. Ticket #164 is a broader problem that comes up with more than just nodes with multiple instances of devices.