You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by John Morrison <jo...@ntlworld.com> on 2002/03/03 13:58:41 UTC

Apache Stats sitemap snippet

Hi all :)

Below is a snippet for the sitemap to retrieve the list of
stats Sam's hosted.  I don't have time to do much more atm,
if somebody feels like adding it... if not, I'll get 'round
to it eventually :)  It still needs feeding into the graph
stuff :)

<map:match pattern="apachestats">
 <map:generate type="html"
src="http://www.apache.org/~rubys/stats/xml.apache.org/">
  <map:parameter name="xpath"
value="/html/body//a[contains(@href,'.xml')]"/>
 </map:generate>
 <map:serialize type="xml"/>
</map:match>

J.