⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (267 Bytes)
Bug #8701
» test_notationdecl.rb
ohai (Ippei Obayashi)
, 07/28/2013 11:20 PM
require
'rexml/document'
xml
=
<<
EOS
<!DOCTYPE root [
<!NOTATION x SYSTEM "URIx">
<!NOTATION y PUBLIC "PUBIDy">
<!NOTATION z PUBLIC "PUBIDz" "URIz">
]>
<root />
EOS
doctype
=
REXML
::
Document
.
new
(
xml
).
doctype
p
doctype
.
notations
.
map
{
|
notation
|
notation
.
name
}
« Previous
1
2
3
Next »
(1-1/3)
Loading...