benbalter / sitemap-parser

Ruby Gem to parse sitemaps.org compliant sitemaps
MIT License
29 stars 46 forks source link

Add a method for generating a full XML sitemap #20

Open dkniffin opened 3 years ago

dkniffin commented 3 years ago

I created this while working on a feature that is leveraging sitemap-parser and doing XSLT transformations. I think ultimately I'm going to end up using .urls directly, but this may be useful for someone else in the future and so I figured I'd make a PR