oga/lib/oga
Yorick Peterse c45d32a37e Methods for adding attributes to elements.
The methods XML::Element#add_attribute and XML::Element#set can be used to more
easily add attributes to elements. The first method simply adds an Attribute
instance and links it to the element. This allows for fine grained control over
what data the attribute should contain. The second method ("set") simply sets an
attribute based on a name and value, optionally creating the attribute if it
doesn't already exist.
2014-09-10 23:55:29 +02:00
..
html Tweaked docs of the XML parsers. 2014-09-04 09:34:59 +02:00
xml Methods for adding attributes to elements. 2014-09-10 23:55:29 +02:00
xpath Corrected YARD formatting. 2014-09-09 00:47:51 +02:00
oga.rb Convenience methods for parsing XML/HTML. 2014-09-03 09:31:48 +02:00
version.rb Basic project layout. 2014-02-26 19:50:16 +01:00