xia

v1.4.1

Implements XPath 1.0 in Ada

XIA is a native Ada implementation of the XPath 1.0 specification. XIA is built using the DOM component of AdaCore's XML/Ada implementation and code generated by AdaGOOP.

Submitting XPath queries is done via the XIA.XPath_Query function. The function returns a Dom.Core.Node_List, whose contents can be accessed with the function DOM.Core.Nodes.Item.

Install

Globally install this crate:

alr install xia

Add to your project:

alr with xia

Crate Information

Authors

  1. Simon Wright

Maintainers

Maintainers (GitHub pseudo)

Release Date

last year

First Release

9/27/2021

Statistics

Dependencies: 2

Dependents: 0

Versions: 2

Dependencies

gnat>11.0.0
xmlada>=21.0.0