| | |
Help with Reading/Editing/Writing XML data in .NET
Please support our XML, XSLT and XPATH advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jul 2006
Posts: 47
Reputation:
Solved Threads: 0
hi,
I feel retarded working with XML right now because I have no clue whatsoever how to do anything with.
I really just need a simple, straigtforward description of how to read, edit, and write XML files that hold data, everything I've found on the internet and such hasn't given me what I need.
What I need it for is a project where I have a simple XML file (below) and I need to read data from the Theme element for the User element whose name matches a given name, which I can do, but I also want to be able to change that data and add entries.
Here's my XML File:
I feel retarded working with XML right now because I have no clue whatsoever how to do anything with.
I really just need a simple, straigtforward description of how to read, edit, and write XML files that hold data, everything I've found on the internet and such hasn't given me what I need.
What I need it for is a project where I have a simple XML file (below) and I need to read data from the Theme element for the User element whose name matches a given name, which I can do, but I also want to be able to change that data and add entries.
Here's my XML File:
XML, XSLT and XPATH Syntax (Toggle Plain Text)
<?xml version="1.0" encoding="utf-8" ?> - <Users> - <User Name="User 1"> <Theme>Fire</Theme> </User> - <User Name="User 2"> <Theme>Fire</Theme> </User> - <User Name="User 3"> <Theme>Water</Theme> </User> - <User Name="User 4"> <Theme>Fire</Theme> </User> - <User Name=""> <Theme>Water</Theme> </User> </Users>
![]() |
Other Threads in the XML, XSLT and XPATH Forum
- Previous Thread: Please help
- Next Thread: Formatting a KML file( XML format)
| Thread Tools | Search this Thread |
api blogger blogging code delete development dynamiccreationofnvariablesinxslt error firstthreecharacterofastringrequired flipbook gdata google html include java link linspire linux microsoft news node openoffice overwrite precedence programming rss standards swf template transform variable w3c web xml xmlnotloading xmlonserver xsl xslt





