Hi,
I have a xsl (TransformCommon.xsl) stored in MDS.
I include this xsl in another xsl:
<xsl:include href="oramds:/apps/app/xsl/TransformCommon.xsl"/>
I deploy to server and it works like a charm.
When I open the XSL Design tab, JDeveloper 11.1.1.6.0 copies my included file from MDS to my project and changes my xsl to use the just copied xsl instead of the one in MDS.
That is not what I intended...
Is this a feature?
How can I prevent this from happening?
Regards,
HJ Horst