jasperreports
jasperreports copied to clipboard
Bugfix/gantlabel
Added missing labelExpression to xsd and dtd. Fixes org.xml.sax.SAXParseException when loading jrxml
Invalid content was found starting with element 'labelExpression'. No child element is expected at this point.
at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:302)
A report with a gantt chart / series with labelExpression can't be openend again for editing in the Studio, because the SAXParser throws an exception, because the labelExpression is missing in the XSD.
@teodord Please merge this pull request to fix this problem.