Dear Monks,

I am searching for inspiration. I have many different texts in a unique .txt file. Each text is annotated with a tag (at the headings of each text). The structure looks like the following:

<text>Meta information about text 1</text> This is text one. .... This was text one. <text>Meta information about text 2</text> This is text two. .... This was text two.

My software allows users to search for a word in the .txt file, and shows in a TK::Text Wiget the portion of the text containing that word. This works fine. What I would like now to do is to retrieve the content of the <text> annotation related to the text where the word has been found. Any idea how I could implement it. I am not searching for a peace -> piece ;) of code, but just for the right inspiration...Thanks. Cla


In reply to Retrieving meta information from txt by fanticla

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.