|
How to extract info from a sentence
Hi to all!
I have some problems in extracting the information I need from a sentece.
Here is the problem:
<COMPONENT>
<RESOURCE REF="myFirstPicture.jpg" TYPE="<some preamble>/image/jpg" />
</COMPONENT>
I'm able to detect when a component appears, and after that, I read the next sentece, but the information I need to be stored is myFirstPicture.jpg
Can somebody help me?
|