<?xml version="1.0" encoding="EUC-JP"?>
<html>
<body>
  Links which has 'name' field.
  <ul>
    <li>anchor1</li><li>anchor2</li><li>anchor4</li>
  </ul>

  Links which has no 'name' field.
  <ul>
    <li>url3</li>
  </ul>

  Links which has both of 'name' and 'url' fields.
  <ul>
    <li>
      <url>url1</url><name>anchor1</name>
    </li><li>
      <url>url2</url><name>anchor2</name>
    </li>
  </ul>
</body>
</html>