Click here to Skip to main content
15,910,471 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: How to send XMLdata to exe file Pin
yu-yu23-Oct-03 3:32
yu-yu23-Oct-03 3:32 
GeneralRe: How to send XMLdata to exe file Pin
Edbert P23-Oct-03 13:04
Edbert P23-Oct-03 13:04 
GeneralRe: How to send XMLdata to exe file Pin
yu-yu23-Oct-03 14:21
yu-yu23-Oct-03 14:21 
GeneralRe: How to send XMLdata to exe file Pin
Edbert P23-Oct-03 15:04
Edbert P23-Oct-03 15:04 
GeneralRe: How to send XMLdata to exe file Pin
yu-yu23-Oct-03 18:55
yu-yu23-Oct-03 18:55 
QuestionMSXML Parser??CreateNode???? Pin
xxhimanshu20-Oct-03 23:22
xxhimanshu20-Oct-03 23:22 
AnswerRe: MSXML Parser??CreateNode???? Pin
Philip Fitzsimons21-Oct-03 2:43
Philip Fitzsimons21-Oct-03 2:43 
GeneralXML round trip problems Pin
james-cxx20-Oct-03 14:01
james-cxx20-Oct-03 14:01 
I'm writing out a dataset...
dsPrefs.WriteXml(ManagerPrefsFilename, XmlWriteMode.WriteSchema);

and, at other times reading it in...
dsPrefs.ReadXml(ManagerPrefsFilename,XmlReadMode.IgnoreSchema);


The problem is that one of the columns is of type Point. The XML written by .WriteXml seems to contain all the info needed to describe this. Yet when I read it back in with .ReadXml and check the type it is System.String. I've tried different XmlReadMode to no avail.

Any idea why these aren't being converted to the correct type when read in?

-- James --
GeneralRe: XML round trip problems Pin
Christian Graus20-Oct-03 15:17
protectorChristian Graus20-Oct-03 15:17 
GeneralRe: XML round trip problems Pin
james-cxx20-Oct-03 17:33
james-cxx20-Oct-03 17:33 
GeneralRe: XML round trip problems Pin
Christian Graus21-Oct-03 9:34
protectorChristian Graus21-Oct-03 9:34 
QuestionHow to save the content of Datagrid into XML file and retrieve the content into Datagrid? Pin
Cybermilky17-Oct-03 20:46
Cybermilky17-Oct-03 20:46 
GeneralReally interesting problem ! Pin
pahluwalia17-Oct-03 11:52
pahluwalia17-Oct-03 11:52 
GeneralDataSet from XML Schema Pin
pahluwalia17-Oct-03 9:34
pahluwalia17-Oct-03 9:34 
GeneralXML Complex Type, DataSet Pin
pahluwalia17-Oct-03 6:36
pahluwalia17-Oct-03 6:36 
GeneralXML Transformation Trouble... Pin
CreProDes17-Oct-03 1:04
CreProDes17-Oct-03 1:04 
GeneralRe: XML Transformation Trouble... Pin
Philip Fitzsimons17-Oct-03 3:04
Philip Fitzsimons17-Oct-03 3:04 
GeneralRe: XML Transformation Trouble... Pin
CreProDes17-Oct-03 3:56
CreProDes17-Oct-03 3:56 
GeneralLookup Table (sort of) in XML Pin
Asad Hussain16-Oct-03 8:51
Asad Hussain16-Oct-03 8:51 
GeneralRe: Lookup Table (sort of) in XML Pin
Asad Hussain16-Oct-03 11:36
Asad Hussain16-Oct-03 11:36 
GeneralSystem.Xml Pin
Michael P Butler15-Oct-03 10:42
Michael P Butler15-Oct-03 10:42 
GeneralRe: System.Xml Pin
Nick Parker15-Oct-03 15:54
protectorNick Parker15-Oct-03 15:54 
QuestionWhat's the best XML format? Pin
Alvaro Mendez14-Oct-03 8:20
Alvaro Mendez14-Oct-03 8:20 
AnswerRe: What's the best XML format? Pin
Stuart Dootson14-Oct-03 9:22
professionalStuart Dootson14-Oct-03 9:22 
GeneralRe: What's the best XML format? Pin
Alvaro Mendez14-Oct-03 9:47
Alvaro Mendez14-Oct-03 9:47 

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.