jasperreports icon indicating copy to clipboard operation
jasperreports copied to clipboard

Bugfix/gantlabel

Open ohteampbde opened this issue 5 years ago • 1 comments

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)

ohteampbde avatar Feb 26 '20 16:02 ohteampbde

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.

ohteampbde avatar Oct 07 '20 11:10 ohteampbde