XIncproc - XPointer processor

XPointer processor is the XPointer implementation for XIncProc Framework.

Лицензия

Лицензия

Группа

Группа

org.etourdot
Идентификатор

Идентификатор

xpointer
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

XIncproc - XPointer processor
XPointer processor is the XPointer implementation for XIncProc Framework.
Ссылка на сайт

Ссылка на сайт

http://etourdot.github.io/xincproc/xpointer

Скачать xpointer

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.etourdot/xpointer/ -->
<dependency>
    <groupId>org.etourdot</groupId>
    <artifactId>xpointer</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.etourdot/xpointer/
implementation 'org.etourdot:xpointer:1.0.1'
// https://jarcasting.com/artifacts/org.etourdot/xpointer/
implementation ("org.etourdot:xpointer:1.0.1")
'org.etourdot:xpointer:jar:1.0.1'
<dependency org="org.etourdot" name="xpointer" rev="1.0.1">
  <artifact name="xpointer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.etourdot', module='xpointer', version='1.0.1')
)
libraryDependencies += "org.etourdot" % "xpointer" % "1.0.1"
[org.etourdot/xpointer "1.0.1"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.antlr : stringtemplate jar 3.2.1
org.slf4j : slf4j-api jar 1.7.2
com.google.guava : guava jar 14.0.1
net.sf.saxon : Saxon-HE jar 9.5.0.1
org.antlr : antlr-runtime jar 3.4
ch.qos.logback : logback-classic jar 1.0.6

test (6)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
xmlunit : xmlunit jar 1.4
org.concordion : concordion jar 1.4.3
org.concordion : concordion-extensions jar 1.1.0
ognl : ognl jar 3.0.2
xom : xom jar 1.2.5

Модули Проекта

Данный проект не имеет модулей.

XIncProc Framework

Build Status

Quality

The XIncProc Frameword provides an almost complete implementation of W3C XML Inclusions (XInclude) Version 1.0 (Second Edition).

Althougt XInclude is supported into Jaxp implementation since Java 1.5, this support is very incomplete.

XIncProc brings a most powerfull support including xpointer, element, xpath and xmlns schemes.

For a complete documentation see the project site

How to use

API Usage

// Open a stream
final FileInputStream source = new FileInputStream(urlTest.getPath());
// Parse it
final ByteArrayOutputStream output = new ByteArrayOutputStream();
XIncProcEngine.parse(source, urlTest.toExternalForm(), output);
// That's all !
final String result = output.toString("UTF-8");

Just have a look to Specs for more samples

Line command

If you to use XInclude resolution in batch mode, you can call the engine through CLI interface: java -jar xincproc.jar -if sample.xml -of output.xml

Specifications and conformance

XIncProc conformance is tested against the official Xinclude Test Suite

See conformance here

Issue Tracking

You can create issues on Github here: https://github.com/etourdot/xincproc/issues

License

Copyright 2013 Emmanuel Tourdot

The XIncProc frameword is released under version 3.0 of the LGPL Licence

Thanks

Many thanks to :

Версии библиотеки

Версия
1.0.1
1.0.0