You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove whitespace around outer RDF tag; not ideal but it works. (issue #33)
* Add back support for `max_depth` writer option (default 10). (issue #27)
* correct XML escaping of illegal characters in literals (@barmintor)
* Don't write out property value both as attribute and element by expanding attribute key to a URI before removing from properties.
* To work around odd Nokogiri issue with reading files while specifying an encoding, read the file in to memory before passing to Nokogiri. (issue #35)
0 commit comments