fluidxml icon indicating copy to clipboard operation
fluidxml copied to clipboard

Allow for xmlStandalone

Open copierNetwork opened this issue 6 years ago • 3 comments

Added a check that $options['standalone'] = bool generates standalone declaration.

new FluidXML('books', ['standalone' => true]); produces <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

copierNetwork avatar Sep 26 '17 23:09 copierNetwork

Coverage Status

Coverage decreased (-0.4%) to 99.456% when pulling f39aa46851d5636c4b5d1b0fa452418f0cda0c5c on copierNetwork:patch-1 into b6fb8de6ff781479c9e4fb6e9f27b5af1e87dc4b on servo-php:master.

coveralls avatar Sep 26 '17 23:09 coveralls

Hello, any chance to get it merged?

tridcatij avatar Sep 23 '19 12:09 tridcatij

I second tridcatij’s comment. This has been lying around for over two years… can we get it merged? Being able to make standalone XML documents would be a big advantage.

kokoshneta avatar Nov 19 '19 15:11 kokoshneta