Page 1 of 1

DITA Glass: @href is expanded inadvertently

Posted: Sun May 22, 2016 4:51 pm
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" />

Re: DITA Glass: @href is expanded inadvertently

Posted: Mon May 23, 2016 9:56 am
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

Re: DITA Glass: @href is expanded inadvertently

Posted: Thu Oct 20, 2016 3:46 pm
by Radu
Hi,

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

Regards,
Radu

Re: DITA Glass: @href is expanded inadvertently

Posted: Thu Oct 20, 2016 4:32 pm
by HomeGoods
Verified the fix on build 2016101417. Thanks for the improvements!