how to generate tree of a HTML page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anuragdak
    New Member
    • Jan 2009
    • 5

    #1

    how to generate tree of a HTML page

    can anybody can suggest any source code or API or any link.

    plzzzz its urgent
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by anuragdak
    can anybody can suggest any source code or API or any link.

    plzzzz its urgent
    Read the API documentation for the DocumentParserC lass. btw, I read both of your threads and both seem to be "urgent plzzzzz". Two questions for you:

    1) What does "plzzzzz" mean?
    2) Why didn't you ask your question before it became urgent for you?

    kind regards,

    Jos

    Comment

    • jkmyoung
      Recognized Expert Top Contributor
      • Mar 2006
      • 2057

      #3
      When you say generate tree, do you mean the node tree, or do you mean a tree view? If the node tree, there are plenty of applications (free and commercial) which provide a basic node tree when creating a html document.

      Comment

      • anuragdak
        New Member
        • Jan 2009
        • 5

        #4
        i require NODE TREE
        can u suggest few name of such application because i m unable to find any ....

        Comment

        • jkmyoung
          Recognized Expert Top Contributor
          • Mar 2006
          • 2057

          #5
          How do you want to populate your tree? What are you starting with?
          Code:
          <html>
             <head>
                <title>Enter the title of your HTML document here</title>
             </head>
             <body>
                <p>Enter the body text of your HTML document here</p>
             </body>
          </html>
          Last edited by jkmyoung; Jan 28 '09, 06:57 PM. Reason: colour tags.

          Comment

          • anuragdak
            New Member
            • Jan 2009
            • 5

            #6
            thanks for replying
            i have a HTML source code(HTML page) and want to create its tree and want to save its one of the traversal...
            basically i want to generate wrapper of the HTML pages

            Comment

            • anuragdak
              New Member
              • Jan 2009
              • 5

              #7
              i don't able to get any node tree generator ..can anybody suggest.

              Comment

              • JosAH
                Recognized Expert MVP
                • Mar 2007
                • 11453

                #8
                Originally posted by anuragdak
                i don't able to get any node tree generator ..can anybody suggest.
                Reread reply #2.

                kind regards,

                Jos

                Comment

                Working...