Click here to Skip to main content
15,895,656 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Getting maximum id Pin
led mike19-Feb-08 10:00
led mike19-Feb-08 10:00 
GeneralRe: Getting maximum id Pin
henningbenk16-Feb-08 2:30
professionalhenningbenk16-Feb-08 2:30 
QuestionXML Schema to XML File Pin
That's Aragon14-Feb-08 18:19
That's Aragon14-Feb-08 18:19 
GeneralRe: XML Schema to XML File Pin
led mike15-Feb-08 4:39
led mike15-Feb-08 4:39 
GeneralRe: XML Schema to XML File Pin
That's Aragon17-Feb-08 17:52
That's Aragon17-Feb-08 17:52 
QuestionDataSet to XML & from XML to Databse Pin
LAYEEQ AHMED KHAN13-Feb-08 19:04
LAYEEQ AHMED KHAN13-Feb-08 19:04 
GeneralRe: DataSet to XML & from XML to Databse Pin
led mike14-Feb-08 5:28
led mike14-Feb-08 5:28 
GeneralRe: DataSet to XML & from XML to Databse Pin
#realJSOP15-Feb-08 5:17
mve#realJSOP15-Feb-08 5:17 
You can try this:

DataSet ds = GetMyDataset(); // imaginary function - substitute your dataset retrieval code here
XmlTextWriter xmlFile = new XmlTextWriter (@"C:\TEST.XML", null);
XmlDataDocument xmlDoc = new XmlDataDocument(ds);
xmlDoc.WriteContentTo(xmlFile);
xmlFile.Close();


The code above should take a dataset and write it to a XML file.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


GeneralAssistance Required Pin
rajanponnalagu13-Feb-08 6:20
rajanponnalagu13-Feb-08 6:20 
GeneralHas Anyone ever worked on Veda Advantage? Need Some help. Pin
Gandalf_TheWhite11-Feb-08 19:45
professionalGandalf_TheWhite11-Feb-08 19:45 
GeneralRe: Has Anyone ever worked on Veda Advantage? Need Some help. Pin
led mike12-Feb-08 5:07
led mike12-Feb-08 5:07 
GeneralRe: Has Anyone ever worked on Veda Advantage? Need Some help. Pin
Gandalf_TheWhite12-Feb-08 18:34
professionalGandalf_TheWhite12-Feb-08 18:34 
GeneralRe: Has Anyone ever worked on Veda Advantage? Need Some help. Pin
led mike13-Feb-08 6:55
led mike13-Feb-08 6:55 
GeneralRe: Has Anyone ever worked on Veda Advantage? Need Some help. Pin
Gandalf_TheWhite13-Feb-08 18:48
professionalGandalf_TheWhite13-Feb-08 18:48 
GeneralRe: Has Anyone ever worked on Veda Advantage? Need Some help. Pin
led mike14-Feb-08 9:16
led mike14-Feb-08 9:16 
GeneralRe: Has Anyone ever worked on Veda Advantage? Need Some help. Pin
Gandalf_TheWhite14-Feb-08 18:09
professionalGandalf_TheWhite14-Feb-08 18:09 
QuestionHexaDecimal Error in XML Files Pin
danasegaranea10-Feb-08 18:20
danasegaranea10-Feb-08 18:20 
QuestionConverting XML Elements to Strings Pin
BugMeNot ACCOUNT8-Feb-08 14:09
BugMeNot ACCOUNT8-Feb-08 14:09 
QuestionConverting XML Elements to Strings Pin
BugMeNot ACCOUNT8-Feb-08 14:07
BugMeNot ACCOUNT8-Feb-08 14:07 
GeneralRe: Converting XML Elements to Strings Pin
pmarfleet10-Feb-08 7:17
pmarfleet10-Feb-08 7:17 
GeneralRe: Converting XML Elements to Strings Pin
Joachim Kerschbaumer11-Feb-08 21:44
Joachim Kerschbaumer11-Feb-08 21:44 
QuestionHow many nodes start slowing performance? Pin
Richard Blythe8-Feb-08 5:27
Richard Blythe8-Feb-08 5:27 
AnswerRe: How many nodes start slowing performance? Pin
led mike8-Feb-08 6:55
led mike8-Feb-08 6:55 
Generalworldofwarcraft Pin
love_man0016-Feb-08 3:03
love_man0016-Feb-08 3:03 
GeneralRe: worldofwarcraft Pin
Paul Conrad22-Mar-08 16:37
professionalPaul Conrad22-Mar-08 16:37 

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.