Skip to content

Replace XmlTextWriter with the more general XmlWriter. #693

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

Closed
xprl-gjf opened this issue Mar 20, 2020 · 0 comments
Closed

Replace XmlTextWriter with the more general XmlWriter. #693

xprl-gjf opened this issue Mar 20, 2020 · 0 comments

Comments

@xprl-gjf
Copy link
Contributor

Description

I want to be able to serialize an SVG using a specialized XmlWriter that is not an XmlTextWriter. The specific use case is to write out the SVG as part of an Asp.Net Blazor application.

Could SvgDocument.Write(...) and associated methods be modified to accept an XmlWriter?

xprl-gjf added a commit to xprl-gjf/SVG that referenced this issue Feb 3, 2021
github-actions bot pushed a commit that referenced this issue Feb 11, 2021
…CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt handle the element namespace directly as a property of an element, rather than adding it to the collection of attributes BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt use XmlWriter rather than XmlTextWriter (see #693)
 BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt explicitly call XmlWriter.Flush()
 BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt add XmlDoc recommendation on XmlWriter usage
 BuildProcessTemplates CONTRIBUTING.md Generators Nuget README.md Samples Source Tests doc docfx.json index.md license.txt closes #693
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants