All Projects → exquery → exquery

exquery / exquery

Licence: other
EXQuery repository

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
scala
5932 projects
XQuery
69 projects

Projects that are alternatives of or similar to exquery

Goxpath
An XPath 1.0 implementation written in the Go programming language.
Stars: ✭ 148 (+678.95%)
Mutual labels:  xpath
Nokogiri
HTML parser for PHP - Парсер HTML
Stars: ✭ 214 (+1026.32%)
Mutual labels:  xpath
cypress-xpath
Adds XPath command to Cypress test runner
Stars: ✭ 145 (+663.16%)
Mutual labels:  xpath
Xquery
Extract data or evaluate value from HTML/XML documents using XPath
Stars: ✭ 155 (+715.79%)
Mutual labels:  xpath
Xmlquery
xmlquery is Golang XPath package for XML query.
Stars: ✭ 209 (+1000%)
Mutual labels:  xpath
Ftr Site Config
Site-specific article extraction rules to aid content extractors, feed readers, and 'read later' applications.
Stars: ✭ 231 (+1115.79%)
Mutual labels:  xpath
Cssplus
CSSplus is a collection of CSS Reprocessor plugins that dynamically update CSS variables
Stars: ✭ 141 (+642.11%)
Mutual labels:  xpath
fs2-data
streaming data parsing and transformation library
Stars: ✭ 103 (+442.11%)
Mutual labels:  xpath
Xembly
Assembly for XML: imperative language to modify XML documents
Stars: ✭ 212 (+1015.79%)
Mutual labels:  xpath
panthro
An implementation of XPath 3.0 in Objective-C/Cocoa
Stars: ✭ 45 (+136.84%)
Mutual labels:  xpath
Astpath
A command-line search utility for Python ASTs using XPath syntax.
Stars: ✭ 167 (+778.95%)
Mutual labels:  xpath
Zson
专为测试人员打造的JSON解析器
Stars: ✭ 181 (+852.63%)
Mutual labels:  xpath
Ono
A sensible way to deal with XML & HTML for iOS & macOS
Stars: ✭ 2,599 (+13578.95%)
Mutual labels:  xpath
Html Agility Pack
Html Agility Pack (HAP) is a free and open-source HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT. It is a .NET code library that allows you to parse "out of the web" HTML files.
Stars: ✭ 2,014 (+10500%)
Mutual labels:  xpath
uiautomatorview
给uiautomatorview添加xpath等待
Stars: ✭ 45 (+136.84%)
Mutual labels:  xpath
Xsltdev.ru
Справочник web-разработчика с примерами
Stars: ✭ 148 (+678.95%)
Mutual labels:  xpath
Pugixml
Light-weight, simple and fast XML parser for C++ with XPath support
Stars: ✭ 2,809 (+14684.21%)
Mutual labels:  xpath
xpath2.js
xpath.js - Open source XPath 2.0 implementation in JavaScript (DOM agnostic)
Stars: ✭ 74 (+289.47%)
Mutual labels:  xpath
vscode-xslt-tokenizer
VSCode extension for highlighting XSLT and XPath (upto 3.0/3.1)
Stars: ✭ 37 (+94.74%)
Mutual labels:  xpath
Meeseeks
An Elixir library for parsing and extracting data from HTML and XML with CSS or XPath selectors.
Stars: ✭ 252 (+1226.32%)
Mutual labels:  xpath

EXQuery

GitHub code repository for the EXQuery project - http://www.exquery.org

Test

The main thing here at the moment apart from simple abstractions for dealing with XQuery 1.0 and XQuery 3.0 concepts, is the RESTXQ Project. The original paper RESTful XQuery: Standardised XQuery 3.0 Annotations for REST is available, as is a simple presentation on RESTXQ.

The language is Java 6 (also tested against Oracle JDK 7 and OpenJDK 7) and the build system is Maven 3. It is planned that a C++ implementation will also follow eventually.

Build

  1. Clone the Repository
git clone https://github.com/exquery/exquery.git
  1. Enter the cloned repo
cd exquery
  1. mvn clean install

  2. Each Module will contain a .jar file in its target/ folder

Modules

EXQuery modules have no external dependencies (currently).

exquery-restxq-specification

This is the specification for RESTXQ 1.0, written in ReSpec. The latest publicly available and viewable specification is available here via. our gh-pages branch.

exquery-restxq-api

API for the EXQuery RESTXQ project.

exquery-restxq

Base Implementation of EXQuery RESTXQ project, builds on the exquery-restxq-api.

exquery-common

Common Interfaces and abstractions needed for any EXQuery project.

exquery-xquery

Abstractions for XQuery 1.0.

exquery-xquery3

Abstractions for XQuery 3.0.

exquery-annotations-common-api

API Abstractions for any EXQuery Annotations project.

exquery-annotations-common

Base Implementation for any EXQuery Annotations project, builds on the exquery-annotations-common-api.

exquery-serialization-annotations-api

API for EXQuery Annotations based on the W3C XSLT and XQuery Serialization 3.0 specification

exquery-serialization-annotations

Base Implementation of EXQuery Annotations based on W3C XSLT and XQuery Serialization 3.0 specification, builds on the exquery-serialization-annotations-api.

exquery-parent

Maven parent POM for common Maven settings for each module.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].