Jump to content
We've recently updated our Privacy Statement, available here ×

URI was not reported to parser for entity


Recommended Posts

By: Lionel TUTTLE - crevar

URI was not reported to parser for entity

2003-08-20 03:20

Every time I try to compile an xml file I get this message: "URI was not reported to parser for entity [document]".

 

here is the way my xml are made:

 

<?xml version="1.0" encoding="UTF-8" ?>

<!-- Created with iReport - A designer for JasperReports -->

<!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd">

<jasperReport ... >

...

</jasperReport>

 

And here is the way I try to compile them :

 

JasperReport jasperReport = JasperManager.compileReport(fileName);

 

So I can't understand where is my problem.

 

Thx

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...