source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/rexml/dtd/attlistdecl.rb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 182 bytes
Line 
1require "rexml/child"
2module REXML
3 module DTD
4 class AttlistDecl < Child
5 START = "<!ATTLIST"
6 START_RE = /^\s*#{START}/um
7 PATTERN_RE = /\s*(#{START}.*?>)/um
8 end
9 end
10end
Note: See TracBrowser for help on using the repository browser.