.. | .. |
---|
1 | | -<repo> |
---|
| 1 | +<repo abbrev="expath"> |
---|
| 2 | + |
---|
| 3 | + <pkg abbrev="file-saxon" id="expath/file-saxon"> |
---|
| 4 | + <name>http://expath.org/lib/file</name> |
---|
| 5 | + <abstract>EXPath File for Saxon.</abstract> |
---|
| 6 | + <desc format="text">The EXPath File module provides tools to deal with files and file systems (what is the last |
---|
| 7 | +time a file was accessed?, append some XML to an existing file, etc.) |
---|
| 8 | + |
---|
| 9 | +This is a third-party implementation for Saxon HE (Saxon PE and EE have native |
---|
| 10 | +support for the EXPath File module).</desc> |
---|
| 11 | + <code>https://github.com/fgeorges/expath-file-java</code> |
---|
| 12 | + <author id="fgeorges">Florent Georges</author> |
---|
| 13 | + <category id="libs">Libraries</category> |
---|
| 14 | + <category id="saxon">Saxon extensions</category> |
---|
| 15 | + <tag>file</tag> |
---|
| 16 | + <tag>library</tag> |
---|
| 17 | + <tag>saxon</tag> |
---|
| 18 | + <version num="0.5.0"> |
---|
| 19 | + <file name="expath-file-saxon-0.5.0.xar" role="pkg"/> |
---|
| 20 | + <file name="expath-file-saxon-0.5.0.zip" role="archive"/> |
---|
| 21 | + </version> |
---|
| 22 | + </pkg> |
---|
2 | 23 | |
---|
3 | 24 | <pkg abbrev="http-client-saxon" id="expath/http-client-saxon"> |
---|
4 | 25 | <name>http://expath.org/lib/http-client</name> |
---|
5 | 26 | <abstract>EXPath HTTP Client for Saxon.</abstract> |
---|
| 27 | + <desc format="text">The EXPath HTTP Client provides a single function, sending a HTTP request, represented |
---|
| 28 | +as an XML element (the endpoint URL, as well as the headers, body content, etc.) |
---|
| 29 | +It returns the HTTP response represented as XML as well.</desc> |
---|
| 30 | + <code>https://github.com/fgeorges/expath-http-client-java</code> |
---|
6 | 31 | <author id="fgeorges">Florent Georges</author> |
---|
7 | 32 | <category id="libs">Libraries</category> |
---|
8 | 33 | <category id="saxon">Saxon extensions</category> |
---|
9 | 34 | <tag>http</tag> |
---|
10 | 35 | <tag>library</tag> |
---|
11 | 36 | <tag>saxon</tag> |
---|
| 37 | + <version num="0.12.0"> |
---|
| 38 | + <file name="expath-http-client-saxon-0.12.0.xar" role="pkg"/> |
---|
| 39 | + <file name="expath-http-client-saxon-0.12.0.zip" role="archive"/> |
---|
| 40 | + </version> |
---|
12 | 41 | <version num="0.11.0"> |
---|
13 | 42 | <file name="expath-http-client-saxon-0.11.0.xar" role="pkg"/> |
---|
14 | 43 | <file name="expath-http-client-saxon-0.11.0.zip" role="archive"/> |
---|
15 | 44 | </version> |
---|
| 45 | + <version num="0.10.0"> |
---|
| 46 | + <file name="expath-http-client-saxon-0.10.0.xar" role="pkg"/> |
---|
| 47 | + <file name="expath-http-client-saxon-0.10.0.zip" role="archive"/> |
---|
| 48 | + </version> |
---|
| 49 | + <version num="0.9.0"> |
---|
| 50 | + <file name="expath-http-client-saxon-0.9.0.xar" role="pkg"/> |
---|
| 51 | + <file name="expath-http-client-saxon-0.9.0.zip" role="archive"/> |
---|
| 52 | + </version> |
---|
| 53 | + <version num="0.8.0"> |
---|
| 54 | + <file name="expath-http-client-saxon-0.8.0.xar" role="pkg"/> |
---|
| 55 | + <file name="expath-http-client-saxon-0.8.0.zip" role="archive"/> |
---|
| 56 | + </version> |
---|
| 57 | + <version num="0.7.0"> |
---|
| 58 | + <file name="expath-http-client-saxon-0.7.0.xar" role="pkg"/> |
---|
| 59 | + <file name="expath-http-client-saxon-0.7.0.zip" role="archive"/> |
---|
| 60 | + </version> |
---|
| 61 | + <version num="0.6.0"> |
---|
| 62 | + <file name="expath-http-client-saxon-0.6.0.xar" role="pkg"/> |
---|
| 63 | + <file name="expath-http-client-saxon-0.6.0.zip" role="archive"/> |
---|
| 64 | + </version> |
---|
| 65 | + <version num="0.5"> |
---|
| 66 | + <file name="expath-http-client-saxon-0.5.xar" role="pkg"/> |
---|
| 67 | + <file name="expath-http-client-saxon-0.5.zip" role="archive"/> |
---|
| 68 | + </version> |
---|
| 69 | + </pkg> |
---|
| 70 | + |
---|
| 71 | + <pkg abbrev="xspec" id="expath/xspec"> |
---|
| 72 | + <name>http://www.jenitennison.com/xslt/xspec</name> |
---|
| 73 | + <abstract>XSpec, the BDD framework to test XPath-based languages.</abstract> |
---|
| 74 | + <desc format="text">XSpec is a Behaviour Driven Development (BDD) framework for XML |
---|
| 75 | +processing, currently focusing on XSLT and XQuery. It is based on the |
---|
| 76 | +Spec framework of RSpec, which is a BDD framework for Ruby. |
---|
| 77 | + |
---|
| 78 | +XSpec consists of a syntax for describing the behaviour of your XSLT |
---|
| 79 | +or XQuery code, and some code that enables you to test your code |
---|
| 80 | +against those descriptions.</desc> |
---|
| 81 | + <code>https://github.com/expath/xspec</code> |
---|
| 82 | + <author id="fgeorges">Florent Georges</author> |
---|
| 83 | + <author id="jenit">Jeni Tennison</author> |
---|
| 84 | + <category id="applications">Applications</category> |
---|
| 85 | + <category id="test">Test</category> |
---|
| 86 | + <category id="tools">Tools</category> |
---|
| 87 | + <tag>test</tag> |
---|
| 88 | + <tag>bdd</tag> |
---|
| 89 | + <version num="0.4.0"> |
---|
| 90 | + <file name="xspec-0.4.0.xar" role="pkg"/> |
---|
| 91 | + </version> |
---|
| 92 | + </pkg> |
---|
| 93 | + |
---|
| 94 | + <pkg abbrev="zip-saxon" id="expath/zip-saxon"> |
---|
| 95 | + <name>http://expath.org/lib/zip</name> |
---|
| 96 | + <abstract>EXPath ZIP for Saxon.</abstract> |
---|
| 97 | + <desc format="text">The ZIP Facility module provides ways to read existing ZIP files and to generat new |
---|
| 98 | +ones directly from XPath.</desc> |
---|
| 99 | + <code>https://code.google.com/p/expath-zip/</code> |
---|
| 100 | + <author id="fgeorges">Florent Georges</author> |
---|
| 101 | + <category id="libs">Libraries</category> |
---|
| 102 | + <category id="saxon">Saxon extensions</category> |
---|
| 103 | + <tag>library</tag> |
---|
| 104 | + <tag>saxon</tag> |
---|
| 105 | + <tag>zip</tag> |
---|
| 106 | + <version num="0.8.0"> |
---|
| 107 | + <file name="expath-zip-saxon-0.8.0.xar" role="pkg"/> |
---|
| 108 | + <file name="expath-zip-saxon-0.8.0.zip" role="archive"/> |
---|
| 109 | + </version> |
---|
| 110 | + <version num="0.7.0"> |
---|
| 111 | + <file name="expath-zip-saxon-0.7.0.xar" role="pkg"/> |
---|
| 112 | + <file name="expath-zip-saxon-0.7.0.zip" role="archive"/> |
---|
| 113 | + </version> |
---|
| 114 | + <version num="0.6.0"> |
---|
| 115 | + <file name="expath-zip-saxon-0.6.0.xar" role="pkg"/> |
---|
| 116 | + <file name="expath-zip-saxon-0.6.0.zip" role="archive"/> |
---|
| 117 | + </version> |
---|
| 118 | + <version num="0.5.0"> |
---|
| 119 | + <file name="expath-zip-saxon-0.5.0.xar" role="pkg"/> |
---|
| 120 | + <file name="expath-zip-saxon-0.5.0.zip" role="archive"/> |
---|
| 121 | + </version> |
---|
| 122 | + <version num="0.2"> |
---|
| 123 | + <file name="expath-zip-saxon-0.2.xar" role="pkg"/> |
---|
| 124 | + <file name="expath-zip-saxon-0.2.zip" role="archive"/> |
---|
| 125 | + </version> |
---|
16 | 126 | </pkg> |
---|
17 | 127 | |
---|
18 | 128 | </repo> |
---|