Giter VIP home page Giter VIP logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
Hello,

I am working on this issue. What I did for now is allowing to set a different 
path to
the XSLTHL configuration file (I implemented different ways).

I think that if you need to add or modify languages it must be part of your
customization layer, that is why you will need to point to a new XSLTHL 
configuration
file.

As for now you will have to copy all the existing language files too because the
functionality to reuse existing XSLTHL files was a bit too much complicated in
comparison of this little copy of ~5 files.

Regards,
Mimil

Original comment by [email protected] on 30 Jun 2008 at 9:13

  • Changed state: Started

from docbkx-tools.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024
Hello,

this is in the svn. You can configure using this solutions:

<configuration>
              <highlightSource>1</highlightSource>
               <xslthlConfig> file:///C:/.../xslthl-config.xml</xslthlConfig>
              <!-- or with a file system path (not using the url style as shown here)-->
</configuration>

or

<configuration>
              <highlightSource>1</highlightSource>
              <systemProperties>
                  <property>
                      <name>xslthl.config</name>
<value>C:\....\xslthl-config.xml</value>
                  </property>
              </systemProperties>
</configuration>

Regards,
Mimil

Original comment by [email protected] on 3 Jul 2008 at 4:23

  • Changed state: Fixed

from docbkx-tools.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 27, 2024

Original comment by [email protected] on 18 Mar 2009 at 9:31

  • Added labels: Milestone-Release2.0.9

from docbkx-tools.

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.