tree 2f9ea9cb2c4dd93954b8a885e0b617ce5b5a47c4 parent c2a01e12bdfa95276420ee8d5f58a6779d0d8c14 author Robin Watts 1709661974 +0000 committer Robin Watts 1715191998 +0100 Add some new XML features. Add some new xml functions; create a new xml document, create a new node, create a text node, and write the created document out as a valid (or indented) XML file. Fix fz_output_xml to cope with document nodes with more than one child. Ensure that fz_dom_append_child can add children to the document node.