[Bug 635] New: Header of reported file not complete

For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=635>
Summary: Header of reported file not complete
Product: OCL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Reporting
AssignedTo: orocos-dev [..] ...
ReportedBy: tinne [dot] delaet [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

When writing multiple ports of a component to a file, the header is not
complete.
In my test-case it only mentions one of the two ports.
This is the case for the two syntaxes below:

<simple name="Component" type="string"><value>LaserScanner<value><simple> --

<simple name="Port"
type="string"><value>LaserScanner.LaserAngle<value><simple>
<simple name="Port"
type="string"><value>LaserScanner.LaserDistance<value><simple> <struct>

Tinne