Is there any way with BIRT 2.3 Report TagLib to emit the style inline like it was in 2.2? <br />
<br />
BIRT 2.3 encloses style in <style></style> tags which is the more proper way to integrate CSS rather than inline in 2.2; however, in the current system we are using inside of a portal, there are many other "gears" on the page that use <style> tags as well.<br />
<br />
The major problem lies here... <a class='bbc_url' href='
http://support.microsoft.com/kb/262161'>All style tags after the first 30 style tags on an HTML page are not applied in Internet Explorer</a><br />
<br />
IE will stop evaluating <style/> blocks after 30. This causes none of the BIRT style to be applied to our reports.<br />
<br />
Now the correct solution would be to combine style tags into one (actually the true fix is to raise the 30 limit on IE); however, what if we didn't want to do that?<br />
<br />
BIRT 2.2 would add style inline on the elements. Is there any way to do that? in 2.3?