summaryrefslogtreecommitdiff
path: root/src/transformations
AgeCommit message (Collapse)Author
2016-04-25Prepend the descriptor path to the ids to make it simpler to distinguish the ↵Andreas Stöckel
ids from mere names
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