Loading 'SOME' Text from External Sources

I’ve seen the example of loading text from an external sourse (very nice) but is there a way of only loading a portion of that text? For example, one text file, let’s say mytext.htm and in it there are two sections of text (in this case tagged with <one> & <two>… or something like that.

<one>hello</one>
<two>goodbye</two>

Now, is there a way to load the text from the file but only show text “Hello”?

-Webfoley