I am currently using the lastest 16.1 Eclipse verison of the oXygen XML editor.
And I want to include a file by using xi:include like this:
Code: Select all
<para>This may look like that:</para>
<para>
<programlisting language="java">
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="./examples/LabeledTextWidget.java"/>
</programlisting>
</para>

Am I doing something wrong. Does the xi:include have to look different or do I have to change the settings or is this feature simply not implemented?
Best regards,
Simon