From: Dan Webb Date: 2008-10-15T20:52:03+09:00 Subject: Xml Decleration using builder I'm trying to create an XML file and I don't see any way with the builder methods to write the doc type down. I can sucessfully using xml.instruct! :xml, :version => "1.0", :encoding => "UTF-8", :standalone => "no" to create the first line. But the DOCTYPE line is a mystery. Any ideas? http://builder.rubyforge.org/ -- Posted via http://www.ruby-forum.com/.