Skip to main content

Set of Xpath 2.0 functions which you can register in lxml

Project description

Changelog

  • 0.0.4:
    • Added a new function for lowering text (Mathieu Leduc-Hamel).

  • 0.0.3:
    • Defined default prefix ‘xp2f’.

  • 0.0.2:
    • Changed default namespace.

  • 0.0.1:
    • Added function: string-join.

Support

  • Environments: Python 2.6, Python 2.7, Python 3.2, Python 3.3, Python 3.4, PyPy

Description

Set of Xpath2 functions which you can register in lxml. User register all or chosen functions and use them in own xpaths. Xpaths are accessible under default namespace: http://kjw.pt/xpath2-functions or empty namespace if needed.

Usage

Example:

from lxml import etree
import xpath2_functions

# registering all available functions in default namespace
xpath2_functions.register_functions(etree)

# registering chosen functions in the empty namespace
xpath2_functions.register_functions(etree, ns=None, functions=['string-join'])

Functions

  • string-join (arg1 as xs:string, arg2 as xs:string) - returns an arg1 created by concatenating the members of the $arg1 sequence using $arg2 as a separator. If the value of $arg2 is the zero-length string, then the members of $arg1 are concatenated without a separator.

  • lower-case (arg1 as xs:string) - returns an arg1 converted to lower-cased string.

Contributors

  • Kamil Kujawinski

  • Mathieu Leduc-Hamel (xpath functions: lower-case)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lxml-xpath2-functions-0.0.4.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file lxml-xpath2-functions-0.0.4.tar.gz.

File metadata

File hashes

Hashes for lxml-xpath2-functions-0.0.4.tar.gz
Algorithm Hash digest
SHA256 f5b5829cfc45d5291ad676ecb26120ee1f47f30aedd0ab11e6687e7b1eba4bc7
MD5 0dd24ccf0def1f1b764a6e7ef09ba1f7
BLAKE2b-256 9eee832de6adb960d83dcabfd7f3fa806d759dd01c29fd19133414606cf50a96

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page