mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
use NodeSet.to_document_order instead of sort
This commit is contained in:
parent
340093a56d
commit
88150c062e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ public:
|
|||
Arabica::XPath::NodeSet<std::string> nodes;
|
||||
for(KeyList::const_iterator key = k->second.begin(), keye = k->second.end(); key != keye; ++key)
|
||||
nodes.push_back((*key)->lookup(id, context));
|
||||
nodes.sort();
|
||||
nodes.to_document_order();
|
||||
return nodes;
|
||||
} // lookup
|
||||
|
||||
|
|
Loading…
Reference in a new issue