libxml-ruby 1.1.4 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/{CHANGES → HISTORY} +35 -0
- data/LICENSE +1 -0
- data/MANIFEST +165 -0
- data/{README → README.rdoc} +2 -2
- data/Rakefile +47 -147
- data/ext/libxml/libxml.c +17 -1
- data/ext/libxml/ruby_libxml.h +9 -1
- data/ext/libxml/ruby_xml_attr.c +3 -3
- data/ext/libxml/ruby_xml_attr_decl.c +32 -32
- data/ext/libxml/ruby_xml_attributes.c +1 -1
- data/ext/libxml/ruby_xml_cbg.c +1 -2
- data/ext/libxml/ruby_xml_document.c +26 -4
- data/ext/libxml/ruby_xml_dtd.c +3 -3
- data/ext/libxml/ruby_xml_encoding.c +92 -5
- data/ext/libxml/ruby_xml_encoding.h +4 -0
- data/ext/libxml/ruby_xml_namespace.c +2 -2
- data/ext/libxml/ruby_xml_node.c +14 -14
- data/ext/libxml/ruby_xml_parser_context.c +8 -8
- data/ext/libxml/ruby_xml_reader.c +98 -43
- data/ext/libxml/ruby_xml_sax2_handler.c +13 -1
- data/ext/libxml/ruby_xml_sax_parser.c +4 -5
- data/ext/libxml/ruby_xml_version.h +5 -5
- data/ext/libxml/ruby_xml_xpath_context.c +9 -6
- data/ext/libxml/ruby_xml_xpath_object.c +1 -1
- data/ext/vc/libxml_ruby.sln +4 -4
- data/lib/libxml.rb +29 -29
- data/lib/libxml/attr.rb +112 -110
- data/lib/libxml/attr_decl.rb +2 -0
- data/lib/libxml/attributes.rb +13 -11
- data/lib/libxml/document.rb +192 -190
- data/lib/libxml/error.rb +89 -87
- data/lib/libxml/hpricot.rb +77 -75
- data/lib/libxml/html_parser.rb +96 -94
- data/lib/libxml/namespace.rb +61 -59
- data/lib/libxml/namespaces.rb +37 -35
- data/lib/libxml/node.rb +398 -384
- data/lib/libxml/ns.rb +21 -19
- data/lib/libxml/parser.rb +366 -364
- data/lib/libxml/properties.rb +22 -20
- data/lib/libxml/reader.rb +2 -0
- data/lib/libxml/sax_callbacks.rb +179 -177
- data/lib/libxml/sax_parser.rb +57 -55
- data/lib/libxml/tree.rb +28 -26
- data/lib/libxml/xpath_object.rb +15 -13
- data/lib/xml.rb +16 -14
- data/lib/xml/libxml.rb +10 -8
- data/libxml-ruby.gemspec +50 -0
- data/script/benchmark/depixelate +634 -0
- data/script/benchmark/hamlet.xml +9055 -0
- data/script/benchmark/parsecount +170 -0
- data/script/benchmark/sock_entries.xml +507 -0
- data/script/benchmark/throughput +41 -0
- data/script/test +6 -0
- data/test/etc_doc_to_s.rb +21 -19
- data/test/ets_doc_file.rb +17 -15
- data/test/ets_doc_to_s.rb +23 -21
- data/test/ets_gpx.rb +28 -26
- data/test/ets_node_gc.rb +23 -21
- data/test/ets_tsr.rb +11 -9
- data/test/model/bands.iso-8859-1.xml +5 -0
- data/test/model/bands.utf-8.xml +5 -0
- data/test/rb-magic-comment.rb +33 -0
- data/test/tc_attr.rb +181 -170
- data/test/tc_attr_decl.rb +3 -1
- data/test/tc_attributes.rb +134 -132
- data/test/tc_deprecated_require.rb +13 -11
- data/test/tc_document.rb +119 -113
- data/test/tc_document_write.rb +186 -117
- data/test/tc_dtd.rb +125 -123
- data/test/tc_error.rb +3 -1
- data/test/tc_html_parser.rb +139 -137
- data/test/tc_namespace.rb +61 -58
- data/test/tc_namespaces.rb +176 -173
- data/test/tc_node.rb +257 -180
- data/test/tc_node_cdata.rb +51 -49
- data/test/tc_node_comment.rb +33 -30
- data/test/tc_node_copy.rb +42 -40
- data/test/tc_node_edit.rb +159 -157
- data/test/tc_node_text.rb +71 -69
- data/test/tc_node_write.rb +41 -16
- data/test/tc_node_xlink.rb +29 -26
- data/test/tc_parser.rb +335 -329
- data/test/tc_parser_context.rb +188 -185
- data/test/tc_properties.rb +39 -36
- data/test/tc_reader.rb +297 -283
- data/test/tc_relaxng.rb +54 -51
- data/test/tc_sax_parser.rb +275 -273
- data/test/tc_schema.rb +53 -51
- data/test/tc_traversal.rb +222 -220
- data/test/tc_xinclude.rb +21 -19
- data/test/tc_xml.rb +3 -1
- data/test/tc_xpath.rb +195 -193
- data/test/tc_xpath_context.rb +80 -78
- data/test/tc_xpath_expression.rb +38 -35
- data/test/tc_xpointer.rb +74 -72
- data/test/test_helper.rb +14 -0
- data/test/test_suite.rb +39 -33
- metadata +65 -105
- data/doc/css/normal.css +0 -182
- data/doc/img/raze-tiny.png +0 -0
- data/doc/img/red-cube.jpg +0 -0
- data/doc/img/xml-ruby.png +0 -0
- data/doc/index.xml +0 -43
- data/doc/install.xml +0 -77
- data/doc/layout.rhtml +0 -38
- data/doc/layout.xsl +0 -67
- data/doc/license.xml +0 -32
- data/doc/log/changelog.xml +0 -1324
- data/doc/log/changelog.xsl +0 -42
- data/ext/libxml/Makefile +0 -156
- data/ext/libxml/extconf.h +0 -5
- data/ext/libxml/libxml-ruby.so.a +0 -0
- data/ext/libxml/libxml.o +0 -0
- data/ext/libxml/libxml_ruby.so +0 -0
- data/ext/libxml/mkmf.log +0 -129
- data/ext/libxml/ruby_xml.o +0 -0
- data/ext/libxml/ruby_xml_attr.o +0 -0
- data/ext/libxml/ruby_xml_attr_decl.o +0 -0
- data/ext/libxml/ruby_xml_attributes.o +0 -0
- data/ext/libxml/ruby_xml_cbg.o +0 -0
- data/ext/libxml/ruby_xml_document.o +0 -0
- data/ext/libxml/ruby_xml_dtd.o +0 -0
- data/ext/libxml/ruby_xml_encoding.o +0 -0
- data/ext/libxml/ruby_xml_error.o +0 -0
- data/ext/libxml/ruby_xml_html_parser.o +0 -0
- data/ext/libxml/ruby_xml_html_parser_context.o +0 -0
- data/ext/libxml/ruby_xml_html_parser_options.o +0 -0
- data/ext/libxml/ruby_xml_input_cbg.o +0 -0
- data/ext/libxml/ruby_xml_io.o +0 -0
- data/ext/libxml/ruby_xml_namespace.o +0 -0
- data/ext/libxml/ruby_xml_namespaces.o +0 -0
- data/ext/libxml/ruby_xml_node.o +0 -0
- data/ext/libxml/ruby_xml_parser.o +0 -0
- data/ext/libxml/ruby_xml_parser_context.o +0 -0
- data/ext/libxml/ruby_xml_parser_options.o +0 -0
- data/ext/libxml/ruby_xml_reader.o +0 -0
- data/ext/libxml/ruby_xml_relaxng.o +0 -0
- data/ext/libxml/ruby_xml_sax2_handler.o +0 -0
- data/ext/libxml/ruby_xml_sax_parser.o +0 -0
- data/ext/libxml/ruby_xml_schema.o +0 -0
- data/ext/libxml/ruby_xml_xinclude.o +0 -0
- data/ext/libxml/ruby_xml_xpath.o +0 -0
- data/ext/libxml/ruby_xml_xpath_context.o +0 -0
- data/ext/libxml/ruby_xml_xpath_expression.o +0 -0
- data/ext/libxml/ruby_xml_xpath_object.o +0 -0
- data/ext/libxml/ruby_xml_xpointer.o +0 -0
data/test/tc_schema.rb
CHANGED
@@ -1,51 +1,53 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
assert_equal(XML::Error::
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
assert_nil(error.
|
45
|
-
assert_nil(error.
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
assert_equal(
|
50
|
-
|
51
|
-
|
1
|
+
# encoding: UTF-8
|
2
|
+
|
3
|
+
require './test_helper'
|
4
|
+
require 'test/unit'
|
5
|
+
|
6
|
+
class TestSchema < Test::Unit::TestCase
|
7
|
+
def setup
|
8
|
+
file = File.join(File.dirname(__FILE__), 'model/shiporder.xml')
|
9
|
+
@doc = XML::Document.file(file)
|
10
|
+
end
|
11
|
+
|
12
|
+
def teardown
|
13
|
+
@doc = nil
|
14
|
+
end
|
15
|
+
|
16
|
+
def schema
|
17
|
+
document = XML::Document.file(File.join(File.dirname(__FILE__), 'model/shiporder.xsd'))
|
18
|
+
schema = XML::Schema.document(document)
|
19
|
+
end
|
20
|
+
|
21
|
+
def test_from_doc
|
22
|
+
assert_instance_of(XML::Schema, schema)
|
23
|
+
end
|
24
|
+
|
25
|
+
def test_valid
|
26
|
+
assert(@doc.validate_schema(schema))
|
27
|
+
end
|
28
|
+
|
29
|
+
def test_invalid
|
30
|
+
new_node = XML::Node.new('invalid', 'this will mess up validation')
|
31
|
+
@doc.root << new_node
|
32
|
+
|
33
|
+
error = assert_raise(XML::Error) do
|
34
|
+
@doc.validate_schema(schema)
|
35
|
+
end
|
36
|
+
|
37
|
+
assert_not_nil(error)
|
38
|
+
assert_kind_of(XML::Error, error)
|
39
|
+
assert(error.message.match(/Error: Element 'invalid': This element is not expected. Expected is \( item \)/))
|
40
|
+
assert_equal(XML::Error::SCHEMASV, error.domain)
|
41
|
+
assert_equal(XML::Error::SCHEMAV_ELEMENT_CONTENT, error.code)
|
42
|
+
assert_equal(XML::Error::ERROR, error.level)
|
43
|
+
assert(error.file.match(/shiporder.xml/))
|
44
|
+
assert_nil(error.line)
|
45
|
+
assert_nil(error.str1)
|
46
|
+
assert_nil(error.str2)
|
47
|
+
assert_nil(error.str3)
|
48
|
+
assert_equal(0, error.int1)
|
49
|
+
assert_equal(0, error.int2)
|
50
|
+
assert_not_nil(error.node)
|
51
|
+
assert_equal('invalid', error.node.name)
|
52
|
+
end
|
53
|
+
end
|
data/test/tc_traversal.rb
CHANGED
@@ -1,220 +1,222 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
#
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
#
|
146
|
-
|
147
|
-
#
|
148
|
-
|
149
|
-
#
|
150
|
-
|
151
|
-
#
|
152
|
-
|
153
|
-
#
|
154
|
-
|
155
|
-
|
156
|
-
#
|
157
|
-
|
158
|
-
|
159
|
-
#
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
#
|
165
|
-
|
166
|
-
|
167
|
-
#
|
168
|
-
|
169
|
-
|
170
|
-
#
|
171
|
-
|
172
|
-
|
173
|
-
#
|
174
|
-
|
175
|
-
|
176
|
-
#
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
#
|
182
|
-
|
183
|
-
|
184
|
-
#
|
185
|
-
|
186
|
-
#
|
187
|
-
|
188
|
-
|
189
|
-
#
|
190
|
-
|
191
|
-
|
192
|
-
#
|
193
|
-
#
|
194
|
-
#assert(node_a
|
195
|
-
|
196
|
-
#
|
197
|
-
|
198
|
-
#
|
199
|
-
|
200
|
-
#
|
201
|
-
|
202
|
-
#
|
203
|
-
|
204
|
-
#assert(node_a.
|
205
|
-
#assert(
|
206
|
-
|
207
|
-
|
208
|
-
#
|
209
|
-
|
210
|
-
|
211
|
-
#
|
212
|
-
|
213
|
-
#
|
214
|
-
|
215
|
-
|
216
|
-
#
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
1
|
+
# encoding: UTF-8
|
2
|
+
|
3
|
+
require './test_helper'
|
4
|
+
require 'test/unit'
|
5
|
+
|
6
|
+
class TestTranversal < Test::Unit::TestCase
|
7
|
+
ROOT_NODES_LENGTH = 25
|
8
|
+
ROOT_ELEMENTS_LENGTH = 12
|
9
|
+
|
10
|
+
def setup
|
11
|
+
filename = File.join(File.dirname(__FILE__), 'model/books.xml')
|
12
|
+
@doc = XML::Document.file(filename)
|
13
|
+
end
|
14
|
+
|
15
|
+
def teardown
|
16
|
+
@doc = nil
|
17
|
+
end
|
18
|
+
|
19
|
+
def test_children
|
20
|
+
# Includes text nodes and such
|
21
|
+
assert_equal(ROOT_NODES_LENGTH, @doc.root.children.length)
|
22
|
+
end
|
23
|
+
|
24
|
+
def test_children_iteration
|
25
|
+
# Includes text nodes and such
|
26
|
+
nodes = @doc.root.children.inject([]) do |arr, node|
|
27
|
+
arr << node
|
28
|
+
arr
|
29
|
+
end
|
30
|
+
|
31
|
+
assert_equal(ROOT_NODES_LENGTH, nodes.length)
|
32
|
+
end
|
33
|
+
|
34
|
+
def test_each
|
35
|
+
# Includes text nodes and such
|
36
|
+
nodes = @doc.root.inject([]) do |arr, node|
|
37
|
+
arr << node
|
38
|
+
arr
|
39
|
+
end
|
40
|
+
|
41
|
+
assert_equal(ROOT_NODES_LENGTH, nodes.length)
|
42
|
+
end
|
43
|
+
|
44
|
+
def test_each_element
|
45
|
+
# Includes text nodes and such
|
46
|
+
nodes = []
|
47
|
+
@doc.root.each_element do |node|
|
48
|
+
nodes << node
|
49
|
+
end
|
50
|
+
|
51
|
+
assert_equal(ROOT_ELEMENTS_LENGTH, nodes.length)
|
52
|
+
end
|
53
|
+
|
54
|
+
def test_next
|
55
|
+
nodes = []
|
56
|
+
|
57
|
+
node = @doc.root.first
|
58
|
+
|
59
|
+
while node
|
60
|
+
nodes << node
|
61
|
+
node = node.next
|
62
|
+
end
|
63
|
+
assert_equal(ROOT_NODES_LENGTH, nodes.length)
|
64
|
+
end
|
65
|
+
|
66
|
+
def test_next?
|
67
|
+
first_node = @doc.root.first
|
68
|
+
assert(first_node.next?)
|
69
|
+
|
70
|
+
last_node = @doc.root.last
|
71
|
+
assert(!last_node.next?)
|
72
|
+
end
|
73
|
+
|
74
|
+
def test_prev
|
75
|
+
nodes = []
|
76
|
+
|
77
|
+
node = @doc.root.last
|
78
|
+
|
79
|
+
while node
|
80
|
+
nodes << node
|
81
|
+
node = node.prev
|
82
|
+
end
|
83
|
+
assert_equal(ROOT_NODES_LENGTH, nodes.length)
|
84
|
+
end
|
85
|
+
|
86
|
+
def test_prev?
|
87
|
+
first_node = @doc.root.first
|
88
|
+
assert(!first_node.prev?)
|
89
|
+
|
90
|
+
last_node = @doc.root.last
|
91
|
+
assert(last_node.prev?)
|
92
|
+
end
|
93
|
+
|
94
|
+
def test_parent?
|
95
|
+
assert(!@doc.parent?)
|
96
|
+
assert(@doc.root.parent?)
|
97
|
+
end
|
98
|
+
|
99
|
+
def test_child?
|
100
|
+
assert(@doc.child?)
|
101
|
+
assert(!@doc.root.first.child?)
|
102
|
+
end
|
103
|
+
|
104
|
+
def test_next_prev_equivalence
|
105
|
+
next_nodes = []
|
106
|
+
last_nodes = []
|
107
|
+
|
108
|
+
node = @doc.root.first
|
109
|
+
while node
|
110
|
+
next_nodes << node
|
111
|
+
node = node.next
|
112
|
+
end
|
113
|
+
|
114
|
+
node = @doc.root.last
|
115
|
+
while node
|
116
|
+
last_nodes << node
|
117
|
+
node = node.prev
|
118
|
+
end
|
119
|
+
|
120
|
+
assert_equal(next_nodes, last_nodes.reverse)
|
121
|
+
end
|
122
|
+
|
123
|
+
def test_next_children_equivalence
|
124
|
+
next_nodes = []
|
125
|
+
|
126
|
+
node = @doc.root.first
|
127
|
+
while node
|
128
|
+
next_nodes << node
|
129
|
+
node = node.next
|
130
|
+
end
|
131
|
+
|
132
|
+
assert_equal(@doc.root.children, next_nodes)
|
133
|
+
end
|
134
|
+
|
135
|
+
# node = @doc.find_first('book')
|
136
|
+
# node.children.each do |node|
|
137
|
+
# puts 1
|
138
|
+
#end
|
139
|
+
# @doc.root.children do |node|
|
140
|
+
# if node.node_type == XML::Node::ELEMENT_NODE
|
141
|
+
# puts node.name
|
142
|
+
#end
|
143
|
+
#end
|
144
|
+
#assert_equal(12,nodes.length)
|
145
|
+
#end
|
146
|
+
|
147
|
+
#def test_doc_class
|
148
|
+
#assert_instance_of(XML::Document, @doc)
|
149
|
+
#end
|
150
|
+
|
151
|
+
#def test_root_class
|
152
|
+
#assert_instance_of(XML::Node, @doc.root)
|
153
|
+
#end
|
154
|
+
|
155
|
+
#def test_node_class
|
156
|
+
#for n in nodes
|
157
|
+
#assert_instance_of(XML::Node, n)
|
158
|
+
#end
|
159
|
+
#end
|
160
|
+
|
161
|
+
#def test_find_class
|
162
|
+
#set = @doc.find('/ruby_array/fixnum')
|
163
|
+
#assert_instance_of(XML::XPath::Object, set)
|
164
|
+
#end
|
165
|
+
|
166
|
+
#def test_node_child_get
|
167
|
+
#assert_instance_of(TrueClass, @doc.root.child?)
|
168
|
+
#assert_instance_of(XML::Node, @doc.root.child)
|
169
|
+
#assert_equal('fixnum', @doc.root.child.name)
|
170
|
+
#end
|
171
|
+
|
172
|
+
#def test_node_doc
|
173
|
+
#for n in nodes
|
174
|
+
#assert_instance_of(XML::Document, n.doc) if n.document?
|
175
|
+
#end
|
176
|
+
#end
|
177
|
+
|
178
|
+
#def test_node_type_name
|
179
|
+
#assert_equal('element', nodes[0].node_type_name)
|
180
|
+
#assert_equal('element', nodes[1].node_type_name)
|
181
|
+
#end
|
182
|
+
|
183
|
+
#def test_node_find
|
184
|
+
#set = @doc.root.find('./fixnum').set
|
185
|
+
#assert_instance_of(XML::Node::Set, set)
|
186
|
+
#for node in set
|
187
|
+
#assert_instance_of(XML::Node, node)
|
188
|
+
#end
|
189
|
+
#end
|
190
|
+
|
191
|
+
#def test_equality
|
192
|
+
#node_a = @doc.find('/ruby_array/fixnum').first
|
193
|
+
#node_b = @doc.root.child
|
194
|
+
#assert(node_a == node_b)
|
195
|
+
#assert(node_a.eql?(node_b))
|
196
|
+
#assert(node_a.equal?(node_b))
|
197
|
+
|
198
|
+
#xp2 = XML::Parser.new()
|
199
|
+
#xp2.string = '<ruby_array uga="booga" foo="bar"><fixnum>one</fixnum><fixnum>two</fixnum></ruby_array>'
|
200
|
+
#doc2 = xp2.parse
|
201
|
+
|
202
|
+
#node_a2 = doc2.find('/ruby_array/fixnum').first
|
203
|
+
|
204
|
+
#assert(node_a.to_s == node_a2.to_s)
|
205
|
+
#assert(node_a == node_a2)
|
206
|
+
#assert(node_a.eql?(node_a2))
|
207
|
+
#assert(!node_a.equal?(node_a2))
|
208
|
+
#end
|
209
|
+
|
210
|
+
#def test_content()
|
211
|
+
#assert_equal('onetwo', @doc.root.content)
|
212
|
+
|
213
|
+
#first = @doc.root.child
|
214
|
+
#assert_equal('one', first.content)
|
215
|
+
#assert_equal('two', first.next.content)
|
216
|
+
#end
|
217
|
+
|
218
|
+
#def test_base
|
219
|
+
#doc = XML::Parser.string('<person />').parse
|
220
|
+
#assert_nil(doc.root.base)
|
221
|
+
#end
|
222
|
+
end
|