
27 Feb
2017
27 Feb
'17
5:33 p.m.
Hi, I see from the following doc page that custom XML Refactoring operations disable the XInclude mechanism. https://oxygenxml.com/doc/versions/18.1/ug-editor/topics/custom-refactoring-... I understand the purpose of "safe mode" for the file that the refactoring operation is modifying. In my case, my refactoring operation needs to retrieve data from an auxiliary XML file using doc(). The other XML file is a DocBook targetset file. Read-only access to the targetset file is good enough, but I really need to get inside the subordinate XInclude files. Is this possible in the context of a custom XML Refactoring XSLT operation? Thanks, Amanda