summaryrefslogtreecommitdiff
path: root/src/transformations
AgeCommit message (Collapse)Author
2016-04-25Prevent inserting the same Node multiple times into the nodesWithoutId ↵Andreas Stöckel
vector using a set. Keep the vector in order to generate the ids in a deterministic order.
2016-04-25Added transformation for generating unique IDs for referenced document nodesAndreas Stöckel