Help for this page

Select Code to Download


  1. or download this
    <div class="text12">This text I don't need.</div>
    <div class="text12">This long test that is at least 201 characters in 
    +length is what I want to parse.
    ...
    <li>item 2
    <li>item 4
    <div>
    
  2. or download this
    
    
    ...
                            }
       }
    }
    
  3. or download this
    #description value:
    Here is a list that I want to retrieve in this "div" tag.
    List:item 1 item 2 item 4
    
    #I want to take the description value and print it out as HTML but sin
    +ce the <li> tags aren't entact, I can't properly display the list in 
    +a browser.