Skip to content

doc: linkt to tutorial #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions doc/rexml/tutorial.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -438,12 +438,10 @@ An element may have:

Output:

p ele
[REXML::Element, <book category='cooking'> ... </>]
[REXML::Element, <book category='children'> ... </>]
[REXML::Element, <book category='web'> ... </>]
[REXML::Element, <book category='web' cover='paperback'> ... </>]
nil

[Previous Element]

Expand All @@ -463,7 +461,6 @@ An element may have:
[REXML::Element, <book category='web'> ... </>]
[REXML::Element, <book category='children'> ... </>]
[REXML::Element, <book category='cooking'> ... </>]
nil

[Next Node]

Expand All @@ -489,7 +486,6 @@ An element may have:
[REXML::Text, "\n\n"]
[REXML::Element, <book category='web' cover='paperback'> ... </>]
[REXML::Text, "\n\n"]
nil

[Previous Node]

Expand All @@ -515,7 +511,6 @@ An element may have:
[REXML::Text, "\n\n"]
[REXML::Element, <book category='cooking'> ... </>]
[REXML::Text, "\n\n"]
nil

==== Children

Expand Down
2 changes: 2 additions & 0 deletions lib/rexml/rexml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
# - REXML::Document.
# - REXML::Element.
#
# There's also an {REXML tutorial}[doc/rexml/tutorial_rdoc.html].
#
module REXML
COPYRIGHT = "Copyright © 2001-2008 Sean Russell <[email protected]>"
DATE = "2008/019"
Expand Down