﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1101	dumpXMLDAE produces not well-formed XML	TimoPenndorf	TimoPenndorf	"Consider the following model:

model Test
  parameter Real A;
  parameter Real B;
  Real x
    ""evaluated to 0 if A < B"";
equation
  x = if (A < B) then 0 else 1;
end Test;

dumpXMLDAE produces wrong XML code since ""<"" in the comment of x and in the equation is not transformed to &lt;
Look at lines 9 and 44 of Text.xml"	defect	closed	high				fixed		TimoPenndorf
