facebook

org.xml.SAXParseException error with BIRT taglib

  1. MyEclipse Archived
  2.  > 
  3. MyEclipse Reports
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #290150 Reply

    gaganshrut
    Member

    Hi,

    I am new to BIRT. I am trying to run a BIRT report using JSP. When i call the jsp i get an exception error.

    org.xml.SAXParseExcption: Premature end of file

    The code for JSP page is given below. The report has a parameter which i need the user to input. Kindly let me know if there is any better way to do the same.

    <%@ page language=”java” contentType=”text/html; charset=ISO-8859-1″
    pageEncoding=”ISO-8859-1″%>
    <%@ taglib uri=”/WEB-INF/tlds/birt.tld” prefix=”birt” %>
    <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”&gt;
    <html>
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=ISO-8859-1″>
    <title>Insert title here</title>
    </head>

    <body>
    <birt:viewer id=”ReportView”
    reportDesign=”list.rptdesign”
    height=”800″
    width=”600″
    format=”html”
    isHostPage=”true”
    showParameterPage=”true”>
    </birt:viewer>

    </body>
    </html>

    #290156 Reply

    Loyal Water
    Member

    gaganshrut,
    I would suggest you cross post your query on the BIRT forums. Are you working with MyEclipse Reports? Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: org.xml.SAXParseException error with BIRT taglib

You must be logged in to post in the forum log in