Semantic Structure of HTML page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dayzman@hotmail.com

    Semantic Structure of HTML page

    Hi,

    Does anyone know of any application, or simply any development, on
    extracting semantic structure of HTML pages?

    Cheers,
    Michael

  • Mark Tranchant

    #2
    Re: Semantic Structure of HTML page

    dayzman@hotmail .com wrote:
    [color=blue]
    > Does anyone know of any application, or simply any development, on
    > extracting semantic structure of HTML pages?[/color]

    View / Source...

    Explain what sort of output you're expecting to see.

    --
    Mark.

    Comment

    • dayzman@hotmail.com

      #3
      Re: Semantic Structure of HTML page

      Hi,

      Well, I'm expecting that it can group paragraphs under headings etc.,
      and with the syntax hidden. It can be in the form of a directory or a
      tree, where nodes are grouped/branched out from a particular
      heading/parent.

      Cheers,
      Michael

      Comment

      • Mark Tranchant

        #4
        Re: Semantic Structure of HTML page

        dayzman@hotmail .com wrote:[color=blue]
        > Hi,
        >
        > Well, I'm expecting that it can group paragraphs under headings etc.,
        > and with the syntax hidden. It can be in the form of a directory or a
        > tree, where nodes are grouped/branched out from a particular
        > heading/parent.[/color]

        The W3 validator's parse tree option does a crude job of this:



        --
        Mark.

        Comment

        • Kris

          #5
          Re: Semantic Structure of HTML page

          In article <1103208603.561 974.228510@z14g 2000cwz.googleg roups.com>,
          dayzman@hotmail .com wrote:
          [color=blue]
          > Well, I'm expecting that it can group paragraphs under headings etc.,
          > and with the syntax hidden. It can be in the form of a directory or a
          > tree, where nodes are grouped/branched out from a particular
          > heading/parent.[/color]

          Firefox has the DOM inspector that does something like that.

          --
          Kris
          <kristiaan@xs4a ll.netherlands> (nl)

          Comment

          • dayzman@hotmail.com

            #6
            Re: Semantic Structure of HTML page

            Hi,

            The DOM inspector seems to output the parse tree, and doesn't seem to
            convey any semantic meanings though.

            Michael

            Comment

            • Kris

              #7
              Re: Semantic Structure of HTML page

              In article <1103235959.617 086.297520@c13g 2000cwb.googleg roups.com>,
              dayzman@hotmail .com wrote:
              [color=blue]
              > The DOM inspector seems to output the parse tree, and doesn't seem to
              > convey any semantic meanings though.[/color]

              Semantics are in the eye of the beholder.

              --
              Kris
              <kristiaan@xs4a ll.netherlands> (nl)

              Comment

              • Joel Shepherd

                #8
                Re: Semantic Structure of HTML page

                Kris <kristiaan@xs4a ll.netherlands> wrote:
                [color=blue]
                > dayzman@hotmail .com wrote:
                >[color=green]
                > > The DOM inspector seems to output the parse tree, and doesn't seem to
                > > convey any semantic meanings though.[/color]
                >
                > Semantics are in the eye of the beholder.[/color]

                Boy, I hope that's not true in the general case, or there are a lot of
                people wasting a lot of time with HTML and its cousins.

                --
                Joel.

                Comment

                Working...