[ :element, parent, name, attributes, children* ] a = Node.new a << "B" # => <a>B</a> a.b # => <a>B<b/></a> a.b[1] # => <a>B<b/><b/><a> a.b[1]["x"] = "y" # => <a>B<b/><b x="y"/></a> a.b[0].c # => <a>B<c/><b x="y"/></a> a.b.c << "D" # => <a>B<c>D</c><b x="y"/></a>
COPYRIGHT | = | "Copyright \xC2\xA9 2001-2006 Sean Russell <ser@germane-software.com>" |
VERSION | = | "3.1.7.3" |
DATE | = | "2007/275" |
REVISION | = | "$Revision: 22842 $".gsub(/\$Revision:|\$/,'').strip |
Copyright | = | COPYRIGHT |
Version | = | VERSION |