<sample name="Fixed Content Aggregation" href="aggregate">
Single web page with news from all sources above aggregated by
the sitemap aggregation facilities. This is useful when you know
that the parts of your page to aggregate are always the same
and never change.
</sample>
<sample name="Flexible Content Aggregation" href="aggregate2">
Single web page with news from all sources above aggregated by
the include transformer. This is useful for pages where
the user can customize the parts of the page to aggregate.
</sample>
<sample name="Parallel Content Aggregation" href="aggregate3">
Same as sample above, but using separate threads for obtaining
content from each aggregated source. This is useful when
aggregating several sources with large latency.
</sample>
<sample name="CInclude Content Aggregation" href="aggregate4">
Same as 'Flexible Content Aggregation' sample above, using
CInclude transformer.
</sample>
<sample name="XInclude Content Aggregation" href="aggregate5">
Same as 'Flexible Content Aggregation' sample above, using
XInclude transformer.
</sample>
</group>