Hello dear Community, i have a large document - and i want it to parse it and spit out only parts - i.e. some matched nodes:

Question: How to get the matichng nodes out of the stuff!?

Well i try it with FireBug and FirePath (the Xpath-tool) i do it like the following:
* Load the document into my browser, if possible
* start Firebug extension/add-on
* run the FirePath extension
* and run the xpath


//acontains(@href, "schule")/@href *

then i click "Eval" button.

i find 2030 results - that are marked - how do i get them out of the firebug - to work with them?! If i have to be more precise - please let me know!! Perhaps i have to write more - and to add more information
See the screenshot - http://img259.imageshack.us/img259/7360/sceenshoteval5.jpg

- see tje many matching nodes...: The question is: how can i copy and paste the results - in order to do further processing from thereon?

look forward to hear from you

regards

In reply to saving firepath eval-results [matching-nodes] in order to do further processing from thereon by Perlbeginner1

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.