<?xml version="1.0" encoding="UTF-8"?>
<generator xmlns="http://www.mozilla.org/microsummaries/0.1" name="Yahoo! Auction">

<pages>
<include>^http://.+\.auctions\.yahoo\.co\.jp/jp/auction/.+$</include>
</pages>

<template>
<transform xmlns="http://www.w3.org/1999/XSL/Transform" version="1.0">
<output method="text"/>
<template match="/">
<value-of select="//comment()[contains(string(self::node()), 'ITEM SUMMARY')]/following-sibling::table/tbody/tr[2]/td[2]/font/b" />
<text> </text>
<value-of select="//comment()[contains(string(self::node()), 'ITEM SUMMARY')]/following-sibling::table/tbody/tr[3]/td[2]/font/b" />
<text> </text>
<value-of select="(//table/tbody/tr/td[1]/font[@size='+1']/b)[position()=last()]" />

</template>
</transform>
</template>

</generator>