XInclude links in 10.2 - How?

Oxygen general issues.
Faros65
Posts: 5
Joined: Wed Jun 25, 2008 12:23 pm

XInclude links in 10.2 - How?

Post by Faros65 »

Hello!

I've upgraded to 10.2. The "What's New" info states:
The representation of included content (external entities, XInclude, etc.) was updated to label the included content with only a small icon that allows to open the referred document.
Well, I prefer to hide the included content (Editor-Pages-Author-uncheck "Show referenced..."). Up to 10.1, I then had a hyperlink in Author mode to click and reach the included document. Now I just see tags, no icon and nothing to click through directly. Or did I overlook a setting? Please help me regain the one-click!

My definition looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="../rng/docbookxi.rng" type="xml"?>
<book version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
...
<xi:include href="glossary.xml">
<xi:fallback/>
</xi:include>
...
</book>

Thank you in advance!
Radu
Posts: 9058
Joined: Fri Jul 09, 2004 5:18 pm

Re: XInclude links in 10.2 - How?

Post by Radu »

Hi,

Indeed, in this case the compact representation does not allow you anymore to click and follow the xi:include references.
Please contact us and we'll give you a patch for the CSS file. We'll also fix the current rendering for the compact representation to allow you to follow the links even if the content is not expanded.

http://www.oxygenxml.com/techSupport.html

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply