Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 114821 --- Embedded HTML Table tags not passed to output

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 114821 --- Embedded HTML Table tags not passed to output

Summary 
Modify HTMLTextParser.java to support all tags.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 114821 --- Embedded HTML Table tags not passed to output.

Description:
Why:
The old code support didn't support some tags like html table tags.

Fix:
Modify HTMLTextParser.java to support all tags.
 
Test Description:
Unit Test, Manu Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/HTMLTextParser.java#9 edit
/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/parser/TextParserTest.java#6 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top