Hi...
Is there something in Ruby that will make XML look nice on STDOUT?
-Chris
Hi...
Is there something in Ruby that will make XML look nice on STDOUT?
-Chris
puts doc.pretty
-a
On Wed, 4 Jan 2006, Chris McMahon wrote:
Hi...
Is there something in Ruby that will make XML look nice on STDOUT?
-Chris
ara [dot] t [dot] howard [at] noaa [dot] gov
all happiness comes from the desire for others to be happy. all misery
comes from the desire for oneself to be happy.
-- bodhicaryavatara
===============================================================================
Chris McMahon wrote:
Hi...
Is there something in Ruby that will make XML look nice on STDOUT?
REXML has a options for printing with nice indentation.
http://www.ruby-doc.org/stdlib/libdoc/rexml/rdoc/index.html
James
--
http://www.ruby-doc.org - Ruby Help & Documentation
Ruby Code & Style - Ruby Code & Style: Writers wanted
http://www.rubystuff.com - The Ruby Store for Ruby Stuff
http://www.jamesbritt.com - Playing with Better Toys
http://www.30secondrule.com - Building Better Tools
the "pretty" method comes from where?