oga/lib/oga
Yorick Peterse c97c1b6899 Do not encode single/double quotes as entities
By encoding single/double quotes we can potentially break input, so lets
stop doing this. This now ensures that this:

    <foo>a"b</foo>

Is actually serialized back into the exact same instead of being
serialized into:

    <foo>a&quot;b</foo>
2015-05-21 11:23:44 +02:00
..
css Define the public API using YARD/semver 2015-05-11 21:34:34 +02:00
html Lazy decoding of XML/HTML entities. 2015-03-05 23:00:43 +01:00
xml Do not encode single/double quotes as entities 2015-05-21 11:23:44 +02:00
xpath Define the public API using YARD/semver 2015-05-11 21:34:34 +02:00
blacklist.rb Added Blacklist/Whitelist classes 2015-05-17 21:55:06 +02:00
entity_decoder.rb Added Oga::EntityDecoder 2015-04-07 21:18:15 +02:00
lru.rb Define the public API using YARD/semver 2015-05-11 21:34:34 +02:00
oga.rb Corrected YARD argument name. 2014-09-16 14:50:17 +02:00
version.rb Release 1.0.0 2015-05-20 22:44:59 +02:00
whitelist.rb Added Blacklist/Whitelist classes 2015-05-17 21:55:06 +02:00