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

markup HTML doesn\'t work properly


santiagofmg

Recommended Posts

Hi friends

i have data from an Oracle database type CLOB, the data is correctly saved as HTML here is a sample:

<HTML>
<HEAD>
<TITLE>Ejemplo 10</TITLE>
</HEAD>
<BODY>

<H1>Tablas básicas</H1>

<TABLE BORDER="1">
<TR>
   <TH>Cabereca 1</TH>
   <TH>Cabereca 2</TH>
   <TH>Cabereca 3</TH>
</TR>
<TR>
   <TD>Dato 1</TD>
   <TD>Dato 2</TD>
   <TD>Dato 3</TD>
</TR>
<TR>
   <TD>Dato 4</TD>
   <TD>Dato 5</TD>
   <TD>Dato 6</TD>
</TR>
</TABLE>

</BODY>
</HTML>

its just a Html Table but when i try to show on IReports this doesnt work:

i got the attribute    textElement markup="html"  it  render some tags correctly like bold, italic etc but i get a problem with the next tags:

<TABLE BORDER="1">

<TR>

<TD>

 

help me to exit this issue

any light will be appreciated....and thanks for your time

 

 

 

 

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

i'm not happy with that answer, i consider ireport the most potent reporting tool that i ever used, there must be a patch or something to correct this.

thanks anyway. If somebody has a best answer i really apreciate it. Don't take it bad it's only a need of my project.




Post Edited by santiagofmg at 01/24/2011 22:13
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...