This website requires JavaScript.
Explore
Help
Sign in
Miroirs
/
arabica
Watch
1
Star
0
Fork
You've already forked arabica
0
mirror of
https://github.com/jezhiggins/arabica
synced
2025-01-29 08:36:45 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2053c94f4a
arabica
/
include
History
jez
2053c94f4a
Use std::stable_sort instead of std::sort. When xsl:sort specifies a numerical sort, but you've got some string data in there we need to maintain the relative of that string data. This is the first time I've actually used std::stable_sort. I will mark it down in my big book of programming accomplishments.
2007-11-03 01:55:20 +00:00
..
Arabica
renamed include/Utils to include/Arabica
2007-09-10 17:52:04 +00:00
convert
fixed codecvt specialisation include paths
2007-09-19 17:33:23 +00:00
DOM
fixed namespaces declaration
2007-09-25 19:17:58 +00:00
io
renamed include/Utils to include/Arabica
2007-09-10 17:52:04 +00:00
SAX
Fixed to AttributesImpl.getIndex from Isak Johnsson. Thanks go to him and a "what on earth was I thinking" to me.
2007-10-25 20:57:40 +00:00
text
renamed include/Utils to include/Arabica
2007-09-10 17:52:04 +00:00
XML
more namespace and file moving shenanigans
2007-09-10 17:24:17 +00:00
XPath
In XPath node() matches any node of any type. In an XSLT match pattern, node() matches everything except attributes and the document root node. Tweaked that match pattern grammar to introduce a new token in the AST.
2007-10-26 23:24:58 +00:00
XSLT
Use std::stable_sort instead of std::sort. When xsl:sort specifies a numerical sort, but you've got some string data in there we need to maintain the relative of that string data. This is the first time I've actually used std::stable_sort. I will mark it down in my big book of programming accomplishments.
2007-11-03 01:55:20 +00:00