Closed hongbin closed 11 years ago
Hi.
I have a case that need to use single quote as attribute quoting character instead of double quote. It will be great if XML builder can support that.
When you create a builder, you can now say:
xml = Builder::XmlMarkup.new(:quote => :single)
This is in the 3.2.0 release.
Hi.
I have a case that need to use single quote as attribute quoting character instead of double quote. It will be great if XML builder can support that.