Wednesday, February 26, 2014

How To Insert Root Level Elements With ODI XML Driver?

Is there any way of inserting ROOT level XML Elements when creating an XML file with the ODI XML Driver ?

For example, is it possible to insert the following XSL declaration :
<?xml-stylesheet type="text/xsl" href="<stylesheet>"?>
into the XML file at the appropriate position ?

In the current version of the XML Driver, there is no way of doing such an operation.

A possible workaround is to use Unix shell scripts or Jython code to manipulate files and add the appropriate lines to the ODI generated XML file.
There is no way of doing such an operation. A possible workaround is to use Unix shell scripts or Jython code to manipulate files and add the appropriate lines to the ODI generated XML file.

No comments:

Post a Comment