Skip to content

Alias to_xml methods as to_html

Tero Tasanen requested to merge ttasanen:to_html into master

Here is one addition up for discussion: Alias the #to_xml methods as #to_html

This at least for me makes the api more usable and consistent. eg. writing

Oga.parse_html("<html><body></body></html>").to_html

Instead of

Oga.parse_html("<html><body></body></html>").to_xml

I don't know if this is the best way to implement this, but since both xml and html use the same parser, a simple alias seemed the cleanest solution.

Comments, discussion?

Merge request reports