displaying html as a tree structure

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • flavourofbru
    New Member
    • May 2007
    • 48

    #1

    displaying html as a tree structure

    Hi All,

    Dont know whether this is the right place to post this question, but any help in this is appreciated.

    I am using an html parser to parse an html web page. Now I would like to display this parsed webpage as a tree strcuture with root node, parent nodes and leaf nodes.

    I am using java for this.

    I would like to know whether there exists any packages or libraries that directly converts the given html code to a tree strcuture and displays it.
    If there is any, I request you to help me with the same!!

    Thanks!!
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by flavourofbru
    Hi All,

    Dont know whether this is the right place to post this question, but any help in this is appreciated.

    I am using an html parser to parse an html web page. Now I would like to display this parsed webpage as a tree strcuture with root node, parent nodes and leaf nodes.

    I am using java for this.

    I would like to know whether there exists any packages or libraries that directly converts the given html code to a tree strcuture and displays it.
    If there is any, I request you to help me with the same!!

    Thanks!!
    You have several options.

    Comment

    • flavourofbru
      New Member
      • May 2007
      • 48

      #3
      Hi,

      Thanks for the reply!!
      You say that they are several options for doing this.
      Can you help me by specifying what are the options that are available which will help me out to sort out my problem.

      Thanks!!

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by flavourofbru
        Hi,

        Thanks for the reply!!
        You say that they are several options for doing this.
        Can you help me by specifying what are the options that are available which will help me out to sort out my problem.

        Thanks!!
        Sorry. Actually my post above contains three links.

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          @OP: hint: the three words in r035198x's reply are hypertext links actually. You
          can click them and see for yourself where they take you. (usefull info most likely)

          kind regards,

          Jos

          Comment

          Working...