Parse XML file and get an HTML output with Nokogiri

Hi to all,

I’m trying to parse an XML file and print the result tabulated in HTML
table format.

I’ve seen in link below that he uses an HTML template, but I don’t know
how to apply it.

In this other link they use a “Nokogiri::HTML::Builder”, but who
answered says that are several ways to do it
and suggest that HTML::Builder is not the best option.

Somebody could suggest me how to parse XML and print result as HTML
please.

Thanks for any support.