wakizashi 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. data/.gitignore +8 -0
  2. data/Gemfile +4 -0
  3. data/README.md +54 -0
  4. data/Rakefile +24 -0
  5. data/app/app_delegate.rb +9 -0
  6. data/lib/wakizashi/base.rb +13 -0
  7. data/lib/wakizashi/version.rb +3 -0
  8. data/lib/wakizashi/xml_document.rb +148 -0
  9. data/lib/wakizashi/xml_element.rb +45 -0
  10. data/lib/wakizashi/xml_node.rb +5 -0
  11. data/lib/wakizashi.rb +15 -0
  12. data/spec/wakizashi_spec.rb +28 -0
  13. data/spec/xml_document_spec.rb +24 -0
  14. data/spec/xml_element_spec.rb +16 -0
  15. data/spec/xml_node_spec.rb +2 -0
  16. data/vendor/Podfile.lock +5 -0
  17. data/vendor/Pods/GDataXML-HTML/.gitignore +13 -0
  18. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML-HTML-Info.plist +38 -0
  19. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML-HTML-Prefix.pch +14 -0
  20. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML_HTMLAppDelegate.h +28 -0
  21. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML_HTMLAppDelegate.m +82 -0
  22. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML_HTMLViewController.h +29 -0
  23. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/GDataXML_HTMLViewController.m +89 -0
  24. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/en.lproj/GDataXML_HTMLViewController.xib +351 -0
  25. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/en.lproj/InfoPlist.strings +2 -0
  26. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/en.lproj/MainWindow.xib +444 -0
  27. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/html.html +34 -0
  28. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/lib/GDataXMLNode.h +229 -0
  29. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/lib/GDataXMLNode.m +1910 -0
  30. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/main.m +24 -0
  31. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML/xml.xml +15 -0
  32. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML.xcodeproj/project.pbxproj +317 -0
  33. data/vendor/Pods/GDataXML-HTML/GDataXML-HTML.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -0
  34. data/vendor/Pods/GDataXML-HTML/README.markdown +55 -0
  35. data/vendor/Pods/Headers/GDataXML-HTML/GDataXMLNode.h +229 -0
  36. data/vendor/Pods/Pods-prefix.pch +3 -0
  37. data/vendor/Pods/Pods-resources.sh +15 -0
  38. data/vendor/Pods/Pods.bridgesupport +231 -0
  39. data/vendor/Pods/Pods.xcconfig +4 -0
  40. data/vendor/Pods/build-iPhoneSimulator/libPods.a +0 -0
  41. data/wakizashi.gemspec +18 -0
  42. metadata +124 -0
@@ -0,0 +1,444 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
3
+ <data>
4
+ <int key="IBDocument.SystemTarget">1024</int>
5
+ <string key="IBDocument.SystemVersion">10D571</string>
6
+ <string key="IBDocument.InterfaceBuilderVersion">786</string>
7
+ <string key="IBDocument.AppKitVersion">1038.29</string>
8
+ <string key="IBDocument.HIToolboxVersion">460.00</string>
9
+ <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
10
+ <string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
11
+ <string key="NS.object.0">112</string>
12
+ </object>
13
+ <object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
14
+ <bool key="EncodedWithXMLCoder">YES</bool>
15
+ <integer value="10"/>
16
+ </object>
17
+ <object class="NSArray" key="IBDocument.PluginDependencies">
18
+ <bool key="EncodedWithXMLCoder">YES</bool>
19
+ <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
20
+ </object>
21
+ <object class="NSMutableDictionary" key="IBDocument.Metadata">
22
+ <bool key="EncodedWithXMLCoder">YES</bool>
23
+ <object class="NSArray" key="dict.sortedKeys" id="0">
24
+ <bool key="EncodedWithXMLCoder">YES</bool>
25
+ </object>
26
+ <object class="NSMutableArray" key="dict.values">
27
+ <bool key="EncodedWithXMLCoder">YES</bool>
28
+ </object>
29
+ </object>
30
+ <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
31
+ <bool key="EncodedWithXMLCoder">YES</bool>
32
+ <object class="IBProxyObject" id="841351856">
33
+ <string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
34
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
35
+ </object>
36
+ <object class="IBProxyObject" id="427554174">
37
+ <string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
38
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
39
+ </object>
40
+ <object class="IBUICustomObject" id="664661524">
41
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
42
+ </object>
43
+ <object class="IBUIViewController" id="943309135">
44
+ <string key="IBUINibName">GDataXML_HTMLViewController</string>
45
+ <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
46
+ <object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
47
+ <int key="interfaceOrientation">1</int>
48
+ </object>
49
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
50
+ <bool key="IBUIHorizontal">NO</bool>
51
+ </object>
52
+ <object class="IBUIWindow" id="117978783">
53
+ <nil key="NSNextResponder"/>
54
+ <int key="NSvFlags">292</int>
55
+ <string key="NSFrameSize">{320, 480}</string>
56
+ <object class="NSColor" key="IBUIBackgroundColor">
57
+ <int key="NSColorSpace">1</int>
58
+ <bytes key="NSRGB">MSAxIDEAA</bytes>
59
+ </object>
60
+ <bool key="IBUIOpaque">NO</bool>
61
+ <bool key="IBUIClearsContextBeforeDrawing">NO</bool>
62
+ <object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
63
+ <string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
64
+ <bool key="IBUIResizesToFullScreen">YES</bool>
65
+ </object>
66
+ </object>
67
+ <object class="IBObjectContainer" key="IBDocument.Objects">
68
+ <object class="NSMutableArray" key="connectionRecords">
69
+ <bool key="EncodedWithXMLCoder">YES</bool>
70
+ <object class="IBConnectionRecord">
71
+ <object class="IBCocoaTouchOutletConnection" key="connection">
72
+ <string key="label">delegate</string>
73
+ <reference key="source" ref="841351856"/>
74
+ <reference key="destination" ref="664661524"/>
75
+ </object>
76
+ <int key="connectionID">4</int>
77
+ </object>
78
+ <object class="IBConnectionRecord">
79
+ <object class="IBCocoaTouchOutletConnection" key="connection">
80
+ <string key="label">viewController</string>
81
+ <reference key="source" ref="664661524"/>
82
+ <reference key="destination" ref="943309135"/>
83
+ </object>
84
+ <int key="connectionID">11</int>
85
+ </object>
86
+ <object class="IBConnectionRecord">
87
+ <object class="IBCocoaTouchOutletConnection" key="connection">
88
+ <string key="label">window</string>
89
+ <reference key="source" ref="664661524"/>
90
+ <reference key="destination" ref="117978783"/>
91
+ </object>
92
+ <int key="connectionID">14</int>
93
+ </object>
94
+ </object>
95
+ <object class="IBMutableOrderedSet" key="objectRecords">
96
+ <object class="NSArray" key="orderedObjects">
97
+ <bool key="EncodedWithXMLCoder">YES</bool>
98
+ <object class="IBObjectRecord">
99
+ <int key="objectID">0</int>
100
+ <reference key="object" ref="0"/>
101
+ <reference key="children" ref="1000"/>
102
+ <nil key="parent"/>
103
+ </object>
104
+ <object class="IBObjectRecord">
105
+ <int key="objectID">-1</int>
106
+ <reference key="object" ref="841351856"/>
107
+ <reference key="parent" ref="0"/>
108
+ <string key="objectName">File's Owner</string>
109
+ </object>
110
+ <object class="IBObjectRecord">
111
+ <int key="objectID">3</int>
112
+ <reference key="object" ref="664661524"/>
113
+ <reference key="parent" ref="0"/>
114
+ <string key="objectName">GDataXML_HTML App Delegate</string>
115
+ </object>
116
+ <object class="IBObjectRecord">
117
+ <int key="objectID">-2</int>
118
+ <reference key="object" ref="427554174"/>
119
+ <reference key="parent" ref="0"/>
120
+ </object>
121
+ <object class="IBObjectRecord">
122
+ <int key="objectID">10</int>
123
+ <reference key="object" ref="943309135"/>
124
+ <reference key="parent" ref="0"/>
125
+ </object>
126
+ <object class="IBObjectRecord">
127
+ <int key="objectID">12</int>
128
+ <reference key="object" ref="117978783"/>
129
+ <reference key="parent" ref="0"/>
130
+ </object>
131
+ </object>
132
+ </object>
133
+ <object class="NSMutableDictionary" key="flattenedProperties">
134
+ <bool key="EncodedWithXMLCoder">YES</bool>
135
+ <object class="NSArray" key="dict.sortedKeys">
136
+ <bool key="EncodedWithXMLCoder">YES</bool>
137
+ <string>-1.CustomClassName</string>
138
+ <string>-2.CustomClassName</string>
139
+ <string>10.CustomClassName</string>
140
+ <string>10.IBEditorWindowLastContentRect</string>
141
+ <string>10.IBPluginDependency</string>
142
+ <string>12.IBEditorWindowLastContentRect</string>
143
+ <string>12.IBPluginDependency</string>
144
+ <string>3.CustomClassName</string>
145
+ <string>3.IBPluginDependency</string>
146
+ </object>
147
+ <object class="NSMutableArray" key="dict.values">
148
+ <bool key="EncodedWithXMLCoder">YES</bool>
149
+ <string>UIApplication</string>
150
+ <string>UIResponder</string>
151
+ <string>GDataXML_HTMLViewController</string>
152
+ <string>{{234, 376}, {320, 480}}</string>
153
+ <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
154
+ <string>{{525, 346}, {320, 480}}</string>
155
+ <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
156
+ <string>GDataXML_HTMLAppDelegate</string>
157
+ <string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
158
+ </object>
159
+ </object>
160
+ <object class="NSMutableDictionary" key="unlocalizedProperties">
161
+ <bool key="EncodedWithXMLCoder">YES</bool>
162
+ <reference key="dict.sortedKeys" ref="0"/>
163
+ <object class="NSMutableArray" key="dict.values">
164
+ <bool key="EncodedWithXMLCoder">YES</bool>
165
+ </object>
166
+ </object>
167
+ <nil key="activeLocalization"/>
168
+ <object class="NSMutableDictionary" key="localizations">
169
+ <bool key="EncodedWithXMLCoder">YES</bool>
170
+ <reference key="dict.sortedKeys" ref="0"/>
171
+ <object class="NSMutableArray" key="dict.values">
172
+ <bool key="EncodedWithXMLCoder">YES</bool>
173
+ </object>
174
+ </object>
175
+ <nil key="sourceID"/>
176
+ <int key="maxID">15</int>
177
+ </object>
178
+ <object class="IBClassDescriber" key="IBDocument.Classes">
179
+ <object class="NSMutableArray" key="referencedPartialClassDescriptions">
180
+ <bool key="EncodedWithXMLCoder">YES</bool>
181
+ <object class="IBPartialClassDescription">
182
+ <string key="className">UIWindow</string>
183
+ <string key="superclassName">UIView</string>
184
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
185
+ <string key="majorKey">IBUserSource</string>
186
+ <string key="minorKey"/>
187
+ </object>
188
+ </object>
189
+ <object class="IBPartialClassDescription">
190
+ <string key="className">GDataXML_HTMLAppDelegate</string>
191
+ <string key="superclassName">NSObject</string>
192
+ <object class="NSMutableDictionary" key="outlets">
193
+ <bool key="EncodedWithXMLCoder">YES</bool>
194
+ <object class="NSArray" key="dict.sortedKeys">
195
+ <bool key="EncodedWithXMLCoder">YES</bool>
196
+ <string>viewController</string>
197
+ <string>window</string>
198
+ </object>
199
+ <object class="NSMutableArray" key="dict.values">
200
+ <bool key="EncodedWithXMLCoder">YES</bool>
201
+ <string>GDataXML_HTMLViewController</string>
202
+ <string>UIWindow</string>
203
+ </object>
204
+ </object>
205
+ <object class="NSMutableDictionary" key="toOneOutletInfosByName">
206
+ <bool key="EncodedWithXMLCoder">YES</bool>
207
+ <object class="NSArray" key="dict.sortedKeys">
208
+ <bool key="EncodedWithXMLCoder">YES</bool>
209
+ <string>viewController</string>
210
+ <string>window</string>
211
+ </object>
212
+ <object class="NSMutableArray" key="dict.values">
213
+ <bool key="EncodedWithXMLCoder">YES</bool>
214
+ <object class="IBToOneOutletInfo">
215
+ <string key="name">viewController</string>
216
+ <string key="candidateClassName">GDataXML_HTMLViewController</string>
217
+ </object>
218
+ <object class="IBToOneOutletInfo">
219
+ <string key="name">window</string>
220
+ <string key="candidateClassName">UIWindow</string>
221
+ </object>
222
+ </object>
223
+ </object>
224
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
225
+ <string key="majorKey">IBProjectSource</string>
226
+ <string key="minorKey">GDataXML_HTMLAppDelegate.h</string>
227
+ </object>
228
+ </object>
229
+ <object class="IBPartialClassDescription">
230
+ <string key="className">GDataXML_HTMLAppDelegate</string>
231
+ <string key="superclassName">NSObject</string>
232
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
233
+ <string key="majorKey">IBUserSource</string>
234
+ <string key="minorKey"/>
235
+ </object>
236
+ </object>
237
+ <object class="IBPartialClassDescription">
238
+ <string key="className">GDataXML_HTMLViewController</string>
239
+ <string key="superclassName">UIViewController</string>
240
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
241
+ <string key="majorKey">IBProjectSource</string>
242
+ <string key="minorKey">GDataXML_HTMLViewController.h</string>
243
+ </object>
244
+ </object>
245
+ </object>
246
+ <object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
247
+ <bool key="EncodedWithXMLCoder">YES</bool>
248
+ <object class="IBPartialClassDescription">
249
+ <string key="className">NSObject</string>
250
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
251
+ <string key="majorKey">IBFrameworkSource</string>
252
+ <string key="minorKey">Foundation.framework/Headers/NSError.h</string>
253
+ </object>
254
+ </object>
255
+ <object class="IBPartialClassDescription">
256
+ <string key="className">NSObject</string>
257
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
258
+ <string key="majorKey">IBFrameworkSource</string>
259
+ <string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
260
+ </object>
261
+ </object>
262
+ <object class="IBPartialClassDescription">
263
+ <string key="className">NSObject</string>
264
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
265
+ <string key="majorKey">IBFrameworkSource</string>
266
+ <string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
267
+ </object>
268
+ </object>
269
+ <object class="IBPartialClassDescription">
270
+ <string key="className">NSObject</string>
271
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
272
+ <string key="majorKey">IBFrameworkSource</string>
273
+ <string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
274
+ </object>
275
+ </object>
276
+ <object class="IBPartialClassDescription">
277
+ <string key="className">NSObject</string>
278
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
279
+ <string key="majorKey">IBFrameworkSource</string>
280
+ <string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
281
+ </object>
282
+ </object>
283
+ <object class="IBPartialClassDescription">
284
+ <string key="className">NSObject</string>
285
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
286
+ <string key="majorKey">IBFrameworkSource</string>
287
+ <string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
288
+ </object>
289
+ </object>
290
+ <object class="IBPartialClassDescription">
291
+ <string key="className">NSObject</string>
292
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
293
+ <string key="majorKey">IBFrameworkSource</string>
294
+ <string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
295
+ </object>
296
+ </object>
297
+ <object class="IBPartialClassDescription">
298
+ <string key="className">NSObject</string>
299
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
300
+ <string key="majorKey">IBFrameworkSource</string>
301
+ <string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
302
+ </object>
303
+ </object>
304
+ <object class="IBPartialClassDescription">
305
+ <string key="className">NSObject</string>
306
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
307
+ <string key="majorKey">IBFrameworkSource</string>
308
+ <string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
309
+ </object>
310
+ </object>
311
+ <object class="IBPartialClassDescription">
312
+ <string key="className">NSObject</string>
313
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
314
+ <string key="majorKey">IBFrameworkSource</string>
315
+ <string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
316
+ </object>
317
+ </object>
318
+ <object class="IBPartialClassDescription">
319
+ <string key="className">NSObject</string>
320
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
321
+ <string key="majorKey">IBFrameworkSource</string>
322
+ <string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
323
+ </object>
324
+ </object>
325
+ <object class="IBPartialClassDescription">
326
+ <string key="className">NSObject</string>
327
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
328
+ <string key="majorKey">IBFrameworkSource</string>
329
+ <string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
330
+ </object>
331
+ </object>
332
+ <object class="IBPartialClassDescription">
333
+ <string key="className">NSObject</string>
334
+ <object class="IBClassDescriptionSource" key="sourceIdentifier" id="356479594">
335
+ <string key="majorKey">IBFrameworkSource</string>
336
+ <string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
337
+ </object>
338
+ </object>
339
+ <object class="IBPartialClassDescription">
340
+ <string key="className">UIApplication</string>
341
+ <string key="superclassName">UIResponder</string>
342
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
343
+ <string key="majorKey">IBFrameworkSource</string>
344
+ <string key="minorKey">UIKit.framework/Headers/UIApplication.h</string>
345
+ </object>
346
+ </object>
347
+ <object class="IBPartialClassDescription">
348
+ <string key="className">UIResponder</string>
349
+ <string key="superclassName">NSObject</string>
350
+ <reference key="sourceIdentifier" ref="356479594"/>
351
+ </object>
352
+ <object class="IBPartialClassDescription">
353
+ <string key="className">UISearchBar</string>
354
+ <string key="superclassName">UIView</string>
355
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
356
+ <string key="majorKey">IBFrameworkSource</string>
357
+ <string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
358
+ </object>
359
+ </object>
360
+ <object class="IBPartialClassDescription">
361
+ <string key="className">UISearchDisplayController</string>
362
+ <string key="superclassName">NSObject</string>
363
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
364
+ <string key="majorKey">IBFrameworkSource</string>
365
+ <string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
366
+ </object>
367
+ </object>
368
+ <object class="IBPartialClassDescription">
369
+ <string key="className">UIView</string>
370
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
371
+ <string key="majorKey">IBFrameworkSource</string>
372
+ <string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
373
+ </object>
374
+ </object>
375
+ <object class="IBPartialClassDescription">
376
+ <string key="className">UIView</string>
377
+ <string key="superclassName">UIResponder</string>
378
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
379
+ <string key="majorKey">IBFrameworkSource</string>
380
+ <string key="minorKey">UIKit.framework/Headers/UIView.h</string>
381
+ </object>
382
+ </object>
383
+ <object class="IBPartialClassDescription">
384
+ <string key="className">UIViewController</string>
385
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
386
+ <string key="majorKey">IBFrameworkSource</string>
387
+ <string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
388
+ </object>
389
+ </object>
390
+ <object class="IBPartialClassDescription">
391
+ <string key="className">UIViewController</string>
392
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
393
+ <string key="majorKey">IBFrameworkSource</string>
394
+ <string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
395
+ </object>
396
+ </object>
397
+ <object class="IBPartialClassDescription">
398
+ <string key="className">UIViewController</string>
399
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
400
+ <string key="majorKey">IBFrameworkSource</string>
401
+ <string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
402
+ </object>
403
+ </object>
404
+ <object class="IBPartialClassDescription">
405
+ <string key="className">UIViewController</string>
406
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
407
+ <string key="majorKey">IBFrameworkSource</string>
408
+ <string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
409
+ </object>
410
+ </object>
411
+ <object class="IBPartialClassDescription">
412
+ <string key="className">UIViewController</string>
413
+ <string key="superclassName">UIResponder</string>
414
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
415
+ <string key="majorKey">IBFrameworkSource</string>
416
+ <string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
417
+ </object>
418
+ </object>
419
+ <object class="IBPartialClassDescription">
420
+ <string key="className">UIWindow</string>
421
+ <string key="superclassName">UIView</string>
422
+ <object class="IBClassDescriptionSource" key="sourceIdentifier">
423
+ <string key="majorKey">IBFrameworkSource</string>
424
+ <string key="minorKey">UIKit.framework/Headers/UIWindow.h</string>
425
+ </object>
426
+ </object>
427
+ </object>
428
+ </object>
429
+ <int key="IBDocument.localizationMode">0</int>
430
+ <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
431
+ <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
432
+ <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
433
+ <integer value="1024" key="NS.object.0"/>
434
+ </object>
435
+ <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
436
+ <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
437
+ <integer value="3100" key="NS.object.0"/>
438
+ </object>
439
+ <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
440
+ <string key="IBDocument.LastKnownRelativeProjectPath">GDataXML-HTML.xcodeproj</string>
441
+ <int key="IBDocument.defaultPropertyAccessControl">3</int>
442
+ <string key="IBCocoaTouchPluginVersion">112</string>
443
+ </data>
444
+ </archive>
@@ -0,0 +1,34 @@
1
+ <html>
2
+ <head>
3
+ <meta name="audience" content="webmaster">
4
+ <meta name="robots" content="index,follow">
5
+ <meta name="generator" content="">
6
+ <link href="css_js/reset.css" rel="stylesheet" type="text/css" />
7
+ <link href="css_js/style.css" rel="stylesheet" type="text/css">
8
+ <!--[if IE 7]>
9
+ <link rel="stylesheet" type="text/css" href="css_js/ieseven.css" />
10
+ <![endif]-->
11
+ <!--[if IE 6]>
12
+ <link rel="stylesheet" type="text/css" href="css_js/ie.css" />
13
+ <![endif]-->
14
+
15
+ <link rel="SHORTCUT ICON" href="http://www.example.com/favicon.ico" type="image/x-icon">
16
+ </head>
17
+ <body>
18
+ <p><a href="abc.php">First line<br>
19
+ <b>Bold line</b></a></p>
20
+
21
+
22
+ <hr />
23
+
24
+
25
+ <p><a href="abc.php">First line<br />
26
+ <b>Bold line</b></p>
27
+
28
+
29
+ <hr>
30
+
31
+ <p><a href="abc.php">First line<br >
32
+ <b>Bold line</p>
33
+ </body>
34
+ </html>