Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for xmlStandalone #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

copierNetwork
Copy link

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"?>

Added a check that ['standalone' => bool] generates standalone declaration. `new FluidXML('books', ['standalone' => true]);`
@coveralls
Copy link

coveralls commented Sep 26, 2017

Coverage Status

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

@tridcatij
Copy link

Hello, any chance to get it merged?

@kokoshneta
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants