Sha256: b85761ff39a1f9e4291f5b670222cdb53f0be6fbd8ac84761f2c8005409d69ff
Contents?: true
Size: 1.44 KB
Versions: 39
Compression:
Stored size: 1.44 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>doctype (Rmobio::Rxml::BaseTransformer)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File rxml/base_transformer.rb, line 123</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">doctype</span>(<span class="ruby-identifier">xml</span>) <span class="ruby-identifier">xml</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">'<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">'</span> <span class="ruby-keyword kw">yield</span> <span class="ruby-identifier">xml</span> <span class="ruby-identifier">xml</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">"</html>"</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
39 entries across 13 versions & 1 rubygems