I Have an XML Node that I want to add children to over time:
val root: Node =
But I cannot see methods such as
Scales Xml allows for simple in place changes via folding over XPaths, adding in children to a particular sub node fits right into this approach.
See In-Place Transformations for more details.