oga/lib
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
..
oga Do not encode single/double quotes as entities 2015-05-21 11:23:44 +02:00
oga.rb Removed NodeNameSet class 2015-05-17 21:59:43 +02:00