+ 1
Modification of a xml file
Do you prefer XPath to modify a xml file or standard c# functions?
2 Antworten
+ 5
XSLT is another option.
+ 2
Standard c# functions are sufficient for my needs. They're fairly advanced since whole XAML (in WPF) is based on XML.