Edgewall Software

Changes between Version 2 and Version 3 of MarkupPath


Ignore:
Timestamp:
Aug 2, 2006, 7:21:19 PM (18 years ago)
Author:
cmlenz
Comment:

Add supported functions list

Legend:

Unmodified
Added
Removed
Modified
  • MarkupPath

    v2 v3  
    1818
    1919In addition, Markup does not (yet) support numeric types in XPath: everything is treated as text or booleans. For that reason, [http://www.w3.org/TR/xpath#NT-RelationalExpr relational] or [http://www.w3.org/TR/xpath#NT-AdditiveExpr additive] operators such as `>`, `<`, or `<=` are not supported right now.
     20
     21The following XPath functions are currently supported:
     22
     23 * `comment()`
     24 * `node()`
     25 * `processing-instruction(name?)`
     26 * `text()`
     27 * `not(expr)`
     28 * `local-name()` (the optional `node-set` parameter is not supported)
     29 * `namespace-uri()` (the optional `node-set` parameter is not supported)
     30 * `name()` (the optional `node-set` parameter is not supported)
    2031
    2132== Querying Streams ==