*/
public void generate( DecorationModel model, File targetDir, Locale locale )
throws IOException
{
File outputDir = new File( targetDir, "xdoc" );
Sink sink = new XdocSinkFactory().createSink( outputDir, "sitemap.xml", encoding );
try
{
extract( model, sink, locale );
}