Skip to main content
Question

External File Template: ins export

  • December 7, 2021
  • 1 reply
  • 383 views

wahelk
Hero (Former Employee)
Forum|alt.badge.img+11

Hi,

Created a new external file template with style sheet added as below.

 

Export .ins file does not add the stylesheet settings to the file and needs to manually import each time .ins is deployed.

some standard template ins file has content something like below for style sheet addition.

 Dbms_Lob.CreateTemporary (kr_xsl_content_, TRUE, Dbms_Lob.SESSION);
   Dbms_Lob.Open(kr_xsl_content_, Dbms_Lob.LOB_READWRITE);
   
   Append_Blob('PHhzbDpzdH..

 

Any idea how to generate or add these?

This topic has been closed for comments

wahelk
Hero (Former Employee)
Forum|alt.badge.img+11
  • Hero (Former Employee)
  • December 8, 2021

Found the way.

 

1.Create a transformer instance in client with xsl transformer.

2.Update connect_config.sql in relevant component by adding new transformer instance.

3.Open command line(sqlplus) and deploy connect_config.sql code to the environment

4. Connect_config.ins is created in component database folder . Copy the relevant blob code to  the template  .ins file.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings