Closed postmodern closed 1 year ago
Add --html and --xml options to the ronin-web diff command to allow switching from Nokogiri::HTML(...) to Nokogiri::XML(...).
--html
--xml
ronin-web diff
Nokogiri::HTML(...)
Nokogiri::XML(...)
@postmodern I am working on this issue
Implemented by b2e8353 from @santhosh-chinnasamy.
Add
--html
and--xml
options to theronin-web diff
command to allow switching fromNokogiri::HTML(...)
toNokogiri::XML(...)
.