Giter Site home page Giter Site logo

Comments (3)

raducoravu avatar raducoravu commented on June 18, 2024

@rag-sing there is nothing specified on this issue, I see you asked on the DITA Users List about this. Maybe you can close this issue for now or provide details.

from com.elovirta.ooxml.

rag-sing avatar rag-sing commented on June 18, 2024

Hi all,

I am using base com.elovirta.ooxml plugin for generating docx output but I got issue in cross link if scope="peer" is present in our dita map. While it is working fine for all ditmap in which scope="local" or scope is not present in our ditamap.
For example in our Dita map:

1.1.9 Applicability of EU-adopted IFRS. UK.1.13.19 to UK.1.13.34 Note: you can use any ditamap just modify your scope="peer" then your base plugin is not working. I tried to custmoze in document.link.xsl file still i am facing the same issue.

Could any one help me?

Thanks in advance!!!

Regards
Raghavednra

from com.elovirta.ooxml.

rag-sing avatar rag-sing commented on June 18, 2024

Hi all,

I tried below point as Radu suggested me but my problem is not resolved ( if scope="peer" is present in our dita map then it is not working). While it is working fine for all ditmap in which scope="local" or scope is not present in our ditamap.)

  1. We search scope=peer in pre-process plugin "DITA-OT/plugins/org.dita.base/", and remove it in all 17 places. But it did not work.
  2. We search scope=peer in pre-process plugin "DITA-OT/plugins/org.dita.base/", and replaces with scope=local.
  3. At the time of above both steps we keep below changed in document.link.xsl" .

<xsl:function name="x:get-target" as="element()?">
<xsl:param name="link" as="element()?"/>

<xsl:variable name="scope"
  select="
  if ($link/@scope and not($link/@scope='peer')) then

      $link/@scope
    else
      'local'"
  as="xs:string"/>

Could anyone give me other suggestion?

from com.elovirta.ooxml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.