Coder Social home page Coder Social logo

oxygenxml / oxygenxml.icu4j.i18n Goto Github PK

View Code? Open in Web Editor NEW
0.0 26.0 1.0 10.61 MB

An Oxygen XML Editor plugin which provides the entire ICU4j JAR library used for sorting and collations with XSLT processors

License: Apache License 2.0

JavaScript 100.00%
oxygen-standalone-plugin add-on

oxygenxml.icu4j.i18n's Introduction

ICU4j JAR Library

This Oxygen XML Editor plugin provides the entire ICU4J JAR library used for sorting and collations with XSLT processors.

For example, the Saxon 9 XSLT processor has an xsl:sort element that can be used to sort elements based on their text content:

        <xsl:for-each select="/*/*">
            <xsl:sort select="." collation="http://www.w3.org/2013/collation/UCA?lang=ta"/> 
            <xsl:copy-of select="."/>
        </xsl:for-each>

If the XML elements contain texts in exotic languages, Saxon needs a more powerful sort algorithm and the ICU4J library provides this extra support.

How to install

  1. In Oxygen, go to Help->Install new add-ons to open an add-on selection dialog box.
  2. Enter or paste https://raw.githubusercontent.com/oxygenxml/oxygenxml.icu4j.i18n/master/addon.xml in the Show add-ons from field.
  3. Select the Contribute ICU4J Library add-on and click Next.
  4. Read the end-user license agreement. Then select the I accept all terms of the end-user license agreement option and click Finish.
  5. Restart the application.

Copyright and License

Copyright 2018 Syncro Soft SRL.

This project is licensed under Apache License 2.0

oxygenxml.icu4j.i18n's People

Contributors

adriansorop avatar dunamariuscosmin avatar raducoravu avatar stefanvasile avatar stevenhiggs avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

stevenhiggs

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.