wpl

Removing specific XML tags

I'd like to make an application that removes duplicates from my wpl (Windows PlayList) files. The wpl struct is something like this: <?wpl version="1.0"?> <smil> <head> <meta name="Generator" content="Microsoft Windows Media Player -- 11.0.5721.5145"/> <meta name="AverageRating" content="55"/> <meta name="To...

Write to Specific line in text file C#

I have a web app that I am developing at work. I need to be able to take input data and append a text file after (x) number of lines. My web app is using asp.net with c# Can anyone help me please? ...