DITA Glass: @href is expanded inadvertently

Post here questions and problems related to editing and publishing DITA content.
HomeGoods
Posts: 96
Joined: Wed Feb 09, 2005 8:57 am

DITA Glass: @href is expanded inadvertently

Post by HomeGoods »

Hi,
I'm building DITA maps and topics with DITA Glass.
However, DITA Glass short URLs are expanded inadvertently so often. Can we stop it?

For example,
  1. Save a local copy of https://github.com/oxygenxml/dita-glass/ .
  2. Open its samples.xpr.
  3. Open presentationSamples/convertSamplesWithAlias.ditamap in DITA Maps Manager.
  4. Right-click "[CSV] Imported Table". Select [Edit Properties]. -> The "Edit Topic Reference Properites" dialog box opens.
  5. Don't change anything. Just click [OK].
  6. Save the ditamap.
Original:

Code: Select all

<topicref href="csv2dita:/urn:files:sample.csv" format="dita"/>
Now:

Code: Select all

<topicref format="dita" href="convert:/rprocessor=xslt;ss=urn:processors:dita2csv.xsl/processor=xslt;ss=urn:processors:csvtext2dita.xsl/processor=wrap!/urn:files:sample.csv" />
Radu
Posts: 9048
Joined: Fri Jul 09, 2004 5:18 pm

Re: DITA Glass: @href is expanded inadvertently

Post by Radu »

Hi,

I regard this as a bug, so I will add an issue for it on our side, see if we can get it fixed. We'll update this thread when we do.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Radu
Posts: 9048
Joined: Fri Jul 09, 2004 5:18 pm

Re: DITA Glass: @href is expanded inadvertently

Post by Radu »

Hi,

We just released Oxygen 18.1 and it should have a fix for this issue.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
HomeGoods
Posts: 96
Joined: Wed Feb 09, 2005 8:57 am

Re: DITA Glass: @href is expanded inadvertently

Post by HomeGoods »

Verified the fix on build 2016101417. Thanks for the improvements!
Post Reply