Jump to content

Can we change the JRXML DTD


rakeshenoch

Recommended Posts

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

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...