Infonyte Power Tools
The Infonyte DB Power Tools provide frequently required functionality
via XPath extension functions and PXSLT extension elements that is either not
covered by XPath 1.0 and XSLT 1.0, or provides access to Infonyte-DB specific
functionality via XPath or XSLT.
Infonyte Power Tools provide following extension functions:
- Dynamic evaluation functions: covers extension elements and functions that deal with the dynamic evaluation of strings containing XPath expressions as proposed by exslt.org
- Basic set functions: difference, distinct, intersection, functions to determine document order, subrange, node-set to string conversion
- Sort functions: string sort, numerical sort, collation aware sort
- Node comparison functions: equal, node-before, node-after
- String functions: lower case conversion, upper case conversion, alignment, padding, tokenization
- Regular expressions: pattern tests, string replacement, string extraction
- Evaluation functions: unordered evaluation, conditional evaluation
- XQL replacement functions: node creation, attribute creation, text node creation, serialization to file
- Bulk algebra: very performant implementation of a bulk algebra taking advantage of Infonyte's efficient
physical XML representation.
Requirements
For using the Power Tools you need
- Java JDK Version 1.3 or better.
- Infonyte-DB Version 3.1.1 or better
Installation
- Download
- Extract the ZIP file ptools.zip
- Applications using the toolkit should include the JAR-file
com.infonyte.ptools.jar
into the applications classpath.. One way to achieve this is
copying the file into the LIB directory of your Infonyte DB
distribution.
- Read the documentation in the file manual.pdf to learn more about using the power tool library
Contact: support@infonyte.com