Hi,

http://svn.apache.org/repos/asf/tomcat/site/trunk/docs/doap_Tomcat.rdf
is invalid.

Try validating it here to see for yourself: http://rdfabout.com/demo/validator/

You should replace:

    <release>
      <Version>
        <name>Latest Stable Release</name>
        <created>2006-04-14</created>
        <revision>5.5.17</revision>
      </Version>
      <Version>
        <name>5.5.16</name>
        <created>2006-03-05</created>
        <revision>5.5.16</revision>
      </Version>
      <Version>
        <name>5.5.15</name>
        <created>2006-01-23</created>
        <revision>5.5.15</revision>
      </Version>
    </release>

With :

<release>
      <Version>
        <name>Latest Stable Release</name>
        <created>2006-04-14</created>
        <revision>5.5.17</revision>
      </Version>
</release>
<release>
      <Version>
        <name>5.5.16</name>
        <created>2006-03-05</created>
        <revision>5.5.16</revision>
      </Version>
</release>
<release>
      <Version>
        <name>5.5.15</name>
        <created>2006-01-23</created>
        <revision>5.5.15</revision>
      </Version>
</release>

Btw. I don't know if this is a general problem for all the doap files
with more than one version at http://projects.apache.org/index.html or
not. If the files are auto-generated, then it probably is =)

Thanks,
- Erling

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to