haysclark / as3-xpath

1 stars 0 forks source link

case conversion #2

Open haysclark opened 9 years ago

haysclark commented 9 years ago

From peterj...@gmail.com on April 16, 2007 05:58:20

XPath 1.0 does not have case conversion functions. (translate() does the job for standard latin characters but it's clumsy still). XPath 2.0 specifies lower-case() and upper-case() functions, which I think would be worth adding.

Original issue: http://code.google.com/p/xpath-as3/issues/detail?id=2

haysclark commented 9 years ago

From peterj...@gmail.com on December 03, 2007 05:14:51

Labels: -Milestone-Release1.0

haysclark commented 9 years ago

From peterj...@gmail.com on April 11, 2009 05:34:59

I'm flagging this as part of a future optional extension, to include a subset XPath 2.0 functions.

Labels: xpath2.0-extensions