http://carso-owen.blogspot.com/2007/02/xml-manipulation-linq-way.html

On Tue, Nov 18, 2008 at 12:10 AM, jemo <[EMAIL PROTECTED]> wrote:

>
> Hi! im creating a program in vb.net that will enable the user to add,
> edit, delete my XML file which is in treeview,
> this is the sample of my XML
>
> <?xml version="1.0" standalone="yes"?>
> <PDFT>
>  <Pdf Title="QUARTERLY REPORTS" />
>  <Pdf Title="2008 Third Quarter" Link="2008_Third_Quarter.pdf" />
>  <Pdf Title="2008 First Quarter" Link="2008_First_Quarter.pdf" />
>  <Pdf Title="2007 Third Quarter" Link="2007_Third_Quarter.pdf" />
>  <Pdf Title="2007 Second Quarter" Link="2007_Second_Quarter.pdf" />
>  <Pdf Title="2007 First Quarter" Link="2007_First_Quarter.pdf" />
>  <Pdf Title="2006 Third Quarter" Link="2006_Third_Quarter.pdf" />
>  <Pdf Title="2006 Second Quarter" Link="2006_Second_Quarter.pdf" />
>  <Pdf Title="2006 First Quarter" Link="2006_First_Quarter.pdf" />
> <PDFT/>
>
> my problem is how can i add <Pdf Title="2008 Second Quarter"
> Link="2008_Second_Quarter.pdf" /> in the desired position that i
> wanted
>  or
> add <Pdf Title="YEARLY REPORTS" />
> or edit something in my XML file...
>
> Thank You...
>
>
>

Reply via email to