Skip to content

Releases: jcabi/jcabi-xml

show XPath implementation on query failure

21 Nov 08:32
Compare
Choose a tag to compare

See #37, release log:

APT instead of MD

04 Nov 18:49
Compare
Choose a tag to compare

remove AOP aspects

12 Sep 22:06
Compare
Choose a tag to compare

XSLChain

07 Sep 13:21
Compare
Choose a tag to compare

XSL.applyTo()

26 Jun 14:32
Compare
Choose a tag to compare

Method XSL.applyTo() added, that allows to transform XML into plain text.

Dependencies upgraded

26 Jun 14:32
Compare
Choose a tag to compare

Some dependencies upgraded

XSL.with()

24 Jun 11:52
Compare
Choose a tag to compare

This version introduces a possibility to configure URIResolver for XSL transformations, using XSL.with() method and an instance of Sources interface. It is recommended to use ClasspathSources

XMLDocument.node() returns Document or Element

18 May 11:43
Compare
Choose a tag to compare

This version fixes a bug introduced a few versions earlier. Now XMLDocument.node() returns Document or Element depending on the situation.

Full immutability

06 May 06:49
Compare
Choose a tag to compare

This version makes all classes and interfaces in the library fully immutable, and annotated with @Immutable from jcabi-aspects

Extra synchronization in XSDDocument

25 Feb 06:28
Compare
Choose a tag to compare

Extra synchronized block in XSDDocument for thread-safety