0
Answer

Parsing and modifiying html-pages with C#?

Marcus Som

Marcus Som

17y
1.8k
1
Hi all, I have to do change the server urls of web ressources like images to local urls. Example: to: Where the servername, webname and listname are variable and may change. What ist the best way to replace specific Textpattern in large texts? Regular Expressions? XML-Parser and XSLT? If Regex will be prefered, what will be the correct replace-pattern? Here's the full task: // Sourcetext emample: string sourceText = @"....

"; sourceText+= @"
"; sourceText += @"..."; // String to find is: (I Know the Server and the web, but nothing else) string toFind = " Shivam Payasi

+0
View all
Forum Statistics
  • Please welcome our newest member Tannu Patel.

  • 2,380,692 users have contributed to 122,571 threads and 388,933

  • In the past 24 hours, we have  0 new threads, 0 new posts, and 0 new users.

  • In last week, the most popular thread is 'How i can start a forums?'.