Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default HTML File Parsing

    hi,

    like xml dom and xmlreader used for working with xml files.

    how can i do this with html files.

    i want find all the hyperlink tags <a> and change the href
    attribute to my own value.

    Thanks & Regards
    Raja Balaji R
    Raja Balaji R Guest

  2. Similar Questions and Discussions

    1. Html parsing
      How can I obtain the body copy text from an html file imported into director using getnetText. I have imported in the file which is sitting in a...
    2. Including / Parsing CF in HTML
      Ok, so I?ve been looking everywhere and I can?t find anything about it. I want to know how to introduce CF code into a page. I was wondering,...
    3. Parsing multipart html content
      RedHat Linux 9 Perl v5.8.0 built for i386-linux-thread-multi I am trying to parse a mjpeg stream out of an html response. The http server is...
    4. Parsing Html
      Anyone have any ideas how to parse a html document. I am trying to extract out specific information from the page. Also, what do you do if the...
    5. nested HTML parsing
      "Vassilis Tavoultsidis" <ixanthi@ixanthi.remove.gr> writes: That is not valid HTML. That is correct, that is what any HTML parser should...
  3. #2

    Default Re: HTML File Parsing

    I've used regular expressions to parse HTML. The .NET Regular Expression
    classes are very powerful.
    --
    John Saunders
    Internet Engineer
    [email]john.saunders@surfcontrol.com[/email]

    "Raja Balaji R" <rajabalaji_r@hotmail.com> wrote in message
    news:065301c358fc$b88ee040$a501280a@phx.gbl...
    > hi,
    >
    > like xml dom and xmlreader used for working with xml files.
    >
    > how can i do this with html files.
    >
    > i want find all the hyperlink tags <a> and change the href
    > attribute to my own value.
    >
    > Thanks & Regards
    > Raja Balaji R

    John Saunders Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139