<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="microsummary-generator.xsl" type="text/xsl"?>
<generator xmlns="http://www.mozilla.org/microsummaries/0.1" name="Daum 블로그 통계">
  <pages>
    <include>http://blog.daum.net/*</include>
  </pages>
  <template>
    <transform xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
      <output method="text"/>
      <template match="/">
		<value-of select="id('Profile')/div/div/div/p/b"/>
        	<text>-오늘 </text>
        	<value-of select="id('Statistic')/div/div/div/span/b[1]"/>
      </template>
    </transform>
  </template>
</generator>
