how can extract the tag from this html
<dt>test:</dt>
<dd id="rating" class="">
+0 / -0 (0) </dd>
<dt>up:</dt>
<dd> GMT</dd>
<dt>By:</dt>
<dd>
</dd>
<dt>example:</dt>
<dd>5</dd>
<dt>file:</dt>
<dd>8</dd>
how can i extract the 5 and 8 in this html code using jsoup....please help me