Let's make it possible to create documents with `standalone=no` in the XML declaration, for example: ``` xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <page/> ```