Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
hello i donot know english good
i have xml file in wpf and add into project

<Application.Resources>
        <!-- Resources scoped at the Application level should be defined here. -->
        <XmlDataProvider x:Key="xmlmah" Source="test.xml" d:IsDataSource="True"/>
    </Application.Resources>

i want read and write file but All the executable file and other files of type xml file isnot created

xml file
<?xml version="1.0" encoding="utf-8" ?>
- <SAVED>
  <ITEM>mah1</ITEM>
  <ITEM>mah2</ITEM>
  <ITEM>mah3</ITEM>
  </SAVED>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900