Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Insert custom html tag in BI Publisher HTML output

Greetings all!
I am generating a report in HTML format, but rather than embedding the image in the HTML output as a BASE64 image, I want to insert a <img src="URL_To_Image_on_the_Web"/> tag in the output HTML. When I view the source of the generated HTML output, I should see the tag I inserted as-is.
I have tried various options such as using the CDATA with <?html2fo: element_name?> and using <xsl:text>, but they haven't worked for me.
Has anyone addressed a similar requirement of inserting a HTML tag in the output HTML? Requesting pointers towards solving this problem.
Answers
-
I found a way to get the URL instead of the BASE64 encoded data for the image in the HTML output by setting the HTML output option "Embed images and charts in HTML for offline viewing" to False. The default value is True.
Interestingly, this option is not mentioned in the documentation for the BI Publisher 11.x release. Neither did I locate this in the 12c documentation! But, it IS an option, and a very helpful one indeed!
0 -
Hi, I also want to do the same.
Could you please share the solution to this?0