D
Dan Webb
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.
<?xml version = "1.0" encoding = "UTF-8" standalone = "no"?>
<!DOCTYPE questestinterop SYSTEM "ims_qtiasiv1p2.dtd">
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/
builder methods to write the doc type down.
<?xml version = "1.0" encoding = "UTF-8" standalone = "no"?>
<!DOCTYPE questestinterop SYSTEM "ims_qtiasiv1p2.dtd">
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/