save xml file with changed node value in PDA WebBrowser Control

Hi

please help me for windows mobile ...
I am using stylesheet in an xml file and load this xml file into webbrowser control in PDA application made in C#(.net 2.0 compact framework) .
Now I want to save this xml file with changed node value with same or diffent file name. either by using script language or by .net code.
Javascript for document.write is not working in PDA.
WebBrowser control does not have Document property.

So How I can solve this issue.

Regards,
Pankaj Kumar

Comments

  • Do you have the source code for this application?
    Did you want to add it into the existing application?

    .Net has an extensive library available for working with XML.
    System.Xml.XmlDocument
    will allow you to read and write XML files and work with thier nodes.
    the XmlDocument contains a collection of XmlElements - each of which can have children elements. XmlElements provide access to each nodes attributes, name, tag type, etc...

    ><//~Psightoplasm`~
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion