Im trying to parse the xml within the <def> tag. I would like to deal with the contents of the <def> tag line by line as it is layed out below, however, each line is has several tags that are not wrapped in some kind of "line" tag.
Any suggestions?
Please comment
<def>
<sn>1</sn><dt>:<ref-link>mouth</ref-link></dt>
<sn>2</sn><svr><va>boca arriba</va></svr> <dt>:face up, on one's back</dt>
<sn>3</sn> <svr><va>boca abajo</va></svr> <dt>:face down, <ref-link>prone</ref-link></dt>
<sn>4</sn> <svr><va>boca de riego</va></svr> <dt>:<ref-link>hydrant</ref-link></dt>
<sn>5</sn> <svr><va>en boca de</va></svr> <dt>:<ref-link>according to</ref-link></dt>
</def>