dfabulich / sitemapgen4j

SitemapGen4j is a library to generate XML sitemaps in Java.
Apache License 2.0
160 stars 90 forks source link

Writing in static/sitemap.xml #32

Closed Irikos closed 6 years ago

Irikos commented 7 years ago

Is there any way to write to static/sitemal.xml once the application is ran?

mkurz commented 6 years ago

With version 1.1.0 (available in a few hours) you will be able to write something like writeSitemapsWithIndex(new File("static/sitemal.xml")). I think this should fix this issue here.

mkurz commented 6 years ago

Implemented via #28