This is my xml file name "book.xml"
<?xml version="1.0" encoding="utf-8" ?>
<catalog>
<book id="bk102">
<author>Ralls, Kim</author>
<title>Midnight Rain</title>
<price>5.95</price>
</book>
<book id="bk107">
<author>Thurman, Paula</author>
<title>Splish Splash</title>
<price>4.95</price>
</book>
</catalog>
id, author, title, price imported from textbox txtid, txtauthor, txttitle, txtprice
I
have
a lot of searching online
but most
just insert
/ update
/ delete
file "book.xml"
in
isostorage.I want
when I insert
/ delete
/ update, it
will
save content
directly into
my file
"book.xml. "Can you
give me
sample code
to reference
it? Thank!
Ah I'm programming on windows phone 7