P
primeau
Hi,
using either a sax or dom parser, ans preferably in java, is there
a way of getting where an lement starts and finishes in a given
document?
<tag>abc<aa/></tag>
where <tag> starts at 0 and has a length of 4
abc starts at 5 and has a length of 4
and so on...
Thanks
JMP
using either a sax or dom parser, ans preferably in java, is there
a way of getting where an lement starts and finishes in a given
document?
<tag>abc<aa/></tag>
where <tag> starts at 0 and has a length of 4
abc starts at 5 and has a length of 4
and so on...
Thanks
JMP