Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
www.google.com/feed のようなリンクがあり、このリンクを XML で解析して、www.mywebsite.com/feed.xml を作成したいと考えています。
どうすればできますか?私は XML の世界では新しいので、誰かがメソッドを説明するリンクを教えてくれたら... ありがとう :)
たとえばXDocument.Load("http://www.mywebsite.com/feed.xml");、C#で
XDocument.Load("http://www.mywebsite.com/feed.xml");