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.
私が使用していてusing namespace System::Xml;、xml ファイルを簡単に編集したい (例: 既存のタグに新しい値を書き込む<test>)
using namespace System::Xml;
<test>
XML の例
<?xml version="1.0" encoding="ISO-8859-1"?> <note> <test>VALUE</test> </note>
これどうやってするの?(XmlTextWriter と XmlTextReader を使用しますか?)
どうも