Sha256: d56c9794014132b6d114da556e43cf2b98ea66719617616b54fc5148bd5baf4d

Contents?: true

Size: 1.44 KB

Versions: 13

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::HtmlTransformer)</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/working/html_transformer.rb, line 27</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">&lt;&lt;</span> <span class="ruby-value str">'&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;'</span>

        <span class="ruby-keyword kw">yield</span> <span class="ruby-identifier">xml</span>    
        <span class="ruby-identifier">xml</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-value str">&quot;&lt;/html&gt;&quot;</span>
      <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
rmobio-1.1.14 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.15 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.16 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.20 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.17 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.28 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.24 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.29 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.26 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.27 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.32 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.5 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html
rmobio-1.1.9 lib/rmobio/doc/classes/Rmobio/Rxml/HtmlTransformer.src/M000050.html