<meta>
XDocument を使用して既存の XML ファイルにプログラムで要素を追加するにはどうすればよいですか
<Test xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:kishore="http://www.sample.com">
<meta>
<kishore:params kishore:version="1.0">
<kishore:textContent kishore:styleProp="TextProp" kishore:replaceID="Te"/>
</kishore:params>
</meta>
</Test>