ruby-docx / docx

a ruby library/gem for interacting with .docx files
MIT License
431 stars 170 forks source link

Adds to_xml to Document #116

Closed bishopandco closed 2 years ago

satoryu commented 2 years ago

@bishopandco thank you for this pull-request. I have one question: what use case makes you want this to_xml?

bishopandco commented 2 years ago

Sometimes you might want to interact with a document in XML space before generating output.