Click here to Skip to main content
15,881,204 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: Searching HUGE XML file Pin
Graham Nimbley24-Apr-06 13:54
Graham Nimbley24-Apr-06 13:54 
AnswerRe: Searching HUGE XML file Pin
Richard Parsons26-Apr-06 10:43
Richard Parsons26-Apr-06 10:43 
AnswerRe: Searching HUGE XML file Pin
Jimmy Zhang23-Aug-09 13:18
Jimmy Zhang23-Aug-09 13:18 
Questionbreadcrump records to xml-tree (categorypath) Pin
starlight7120-Apr-06 2:27
starlight7120-Apr-06 2:27 
QuestionXML Schema validation in XSD file using MSXML 3.0 Pin
prabhakar83cse19-Apr-06 21:34
prabhakar83cse19-Apr-06 21:34 
AnswerRe: XML Schema validation in XSD file using MSXML 3.0 Pin
Blake Miller15-Jun-06 10:37
Blake Miller15-Jun-06 10:37 
QuestionDownload XSL from Database and store in a physical file or stream Pin
NGNEEP19-Apr-06 20:45
NGNEEP19-Apr-06 20:45 
QuestionEditing an XML node (C#) Pin
AnneThorne19-Apr-06 2:50
AnneThorne19-Apr-06 2:50 
Hello,

We are building a windows desktop application using C#
that reads in an xml file, to create a user interface.
The user then enters values into the user interface.
We want to be able to save an xml file with the same
schema as the original xml file, but with the users
entered values into it.

Here is a simple example as part of input document:

<label>
<name>Needs Cleaning</name>
<type>radio</type>
<value>
<choicelist>yes</choicelist>
<choicevalue></choicevalue>
<choicelist>no</choicelist>
<choicevalue></choicevalue>
</value>
</label>


We would want the output document to contain:


<label>
<name>Needs Cleaning</name>
<type>radio</type>
<value>
<choicelist>yes</choicelist>
<choicevalue>yes</choicevalue>
<choicelist>no</choicelist>
<choicevalue></choicevalue>
</value>
</label>


or perhaps


<label>
<name>Needs Cleaning</name>
<type>text</type>
<value>
<single>yes</single>
</value>
</label>



We aren't too adept at xmlTextReaders and xmlTextWriters yet,
and have been doing some research in Google.

There was an interesting article that seemed pertinent to this, but
it dealt with C++ :

http://www.codeproject.com/csharp/dcinsertxml.asp

Any help would be appreciated.

Thank you!
Anne

GeneralRe: Editing an XML node (C#) Pin
George L. Jackson19-Apr-06 12:57
George L. Jackson19-Apr-06 12:57 
AnswerRe: Editing an XML node (C#) Pin
George L. Jackson19-Apr-06 13:22
George L. Jackson19-Apr-06 13:22 
AnswerRe: Editing an XML node (C#) Pin
Michael A. Barnhart21-Apr-06 15:35
Michael A. Barnhart21-Apr-06 15:35 
Questionxml to xsd validation in vbscript Pin
Selvakumar.R19-Apr-06 1:27
Selvakumar.R19-Apr-06 1:27 
AnswerRe: xml to xsd validation in vbscript Pin
Sushant_Mathur3-May-06 2:10
Sushant_Mathur3-May-06 2:10 
QuestionBuilding a database from an XML Schema Pin
mvartere18-Apr-06 5:52
mvartere18-Apr-06 5:52 
QuestionXML C# Question Pin
seschu0118-Apr-06 5:22
seschu0118-Apr-06 5:22 
AnswerRe: XML C# Question Pin
George L. Jackson18-Apr-06 14:55
George L. Jackson18-Apr-06 14:55 
QuestionHelp Required from XML guys - XMLIsland Pin
Selvakumar.R17-Apr-06 20:49
Selvakumar.R17-Apr-06 20:49 
AnswerRe: Help Required from XML guys - XMLIsland Pin
Paddy Boyd17-Apr-06 23:50
Paddy Boyd17-Apr-06 23:50 
GeneralRe: Help Required from XML guys - XMLIsland Pin
Selvakumar.R18-Apr-06 1:57
Selvakumar.R18-Apr-06 1:57 
AnswerRe: Help Required from XML guys - XMLIsland Pin
George L. Jackson18-Apr-06 15:06
George L. Jackson18-Apr-06 15:06 
QuestionFOP Pin
Support12317-Apr-06 20:04
Support12317-Apr-06 20:04 
Questionfind rasult from xml Pin
discktopsultan@hotmail.com15-Apr-06 23:57
discktopsultan@hotmail.com15-Apr-06 23:57 
AnswerRe: find rasult from xml Pin
George L. Jackson17-Apr-06 3:19
George L. Jackson17-Apr-06 3:19 
GeneralRe: find rasult from xml Pin
discktopsultan@hotmail.com17-Apr-06 23:28
discktopsultan@hotmail.com17-Apr-06 23:28 
GeneralRe: find rasult from xml Pin
discktopsultan@hotmail.com18-Apr-06 1:55
discktopsultan@hotmail.com18-Apr-06 1:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.