X7ROOT File Manager
Current Path:
/opt/alt/ruby20/lib64/ruby/2.0.0/rexml/dtd
opt
/
alt
/
ruby20
/
lib64
/
ruby
/
2.0.0
/
rexml
/
dtd
/
ðŸ“
..
📄
attlistdecl.rb
(197 B)
📄
dtd.rb
(1.29 KB)
📄
elementdecl.rb
(420 B)
📄
entitydecl.rb
(1.63 KB)
📄
notationdecl.rb
(1.03 KB)
Editing: attlistdecl.rb
require "rexml/child" module REXML module DTD class AttlistDecl < Child START = "<!ATTLIST" START_RE = /^\s*#{START}/um PATTERN_RE = /\s*(#{START}.*?>)/um end end end
Upload File
Create Folder