Menu

a newbie question with parse Textarea

Help
KangWei
2004-03-01
2004-03-02
  • KangWei

    KangWei - 2004-03-01

    I use htmlparser to parse my html page, this html have a textarea field , when the field not value just like
    <textarea name = "a" ></textarea>
    parser can correct parse .

    but the field with value , just like
    <textarea name = "a" >value</textarea>
    surprise!
    parser can't corrent parse .
    can't corrent mean , when i use below expression

        Parser parser = new Parser(uri);
        NodeIterator n_Iterator = parser.elements();

    i can't get TextareaTag object from n_Iterator , so i can't handle the field.
    help me.!!!!

     
    • KangWei

      KangWei - 2004-03-02

      question is over

      thanks everyone

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.