rakeshenoch Posted November 20, 2009 Share Posted November 20, 2009 Hi All,I would like to know if it is possible to change the DTD for the JRXML file. If yes, will the compiler not throw an error during compilation. I need this cause I would like the "Parameter" element to have more attributes (Currenlty it only provides name and class attributes). Link to comment Share on other sites More sharing options...
Teodor Danciu Posted November 24, 2009 Share Posted November 24, 2009 Hi, Nowadays JasperReports no longer uses DTD validation, but Schema validation.I think you are planning to do something that is more complicated than you think. And it is actually useless. Note that parameters can have custom properties attached using the <property> or <propertyExpression> tags.If you don't see them, it means you are using a very old JR version and you just need to upgrade. I hope this helps.Teodor Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now