Click here to Skip to main content
15,896,348 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionHow do I get a list of valid attributes for a given element? Pin
Edmundisme8-Jan-07 14:28
Edmundisme8-Jan-07 14:28 
AnswerRe: How do I get a list of valid attributes for a given element? Pin
Stefan Troschuetz8-Jan-07 22:54
Stefan Troschuetz8-Jan-07 22:54 
GeneralRe: How do I get a list of valid attributes for a given element? Pin
Edmundisme9-Jan-07 8:07
Edmundisme9-Jan-07 8:07 
QuestionCSS related question! Pin
Tina P7-Jan-07 19:18
Tina P7-Jan-07 19:18 
AnswerRe: CSS related question! Pin
Christian Graus8-Jan-07 15:18
protectorChristian Graus8-Jan-07 15:18 
QuestionHow to load XML objects into .Net classes [modified] Pin
nzmike7-Jan-07 14:45
nzmike7-Jan-07 14:45 
AnswerRe: How to load XML objects into .Net classes Pin
Stefan Troschuetz7-Jan-07 21:25
Stefan Troschuetz7-Jan-07 21:25 
GeneralRe: How to load XML objects into .Net classes Pin
nzmike8-Jan-07 13:30
nzmike8-Jan-07 13:30 
Thanks - what I did in the end was read the file into an XMLDataDocument object instead of a class structure as it means I can use XPath/XQuery and also have the power of the DatatSet object as well. Once I created the schema file (by loading the XML file into VS2005 and choosing Create Schema from the XML menu) the code was simply as follows:

Public Sub LoadXMLConfig()<br />
<br />
   'Read the XML configuration file<br />
   dataDoc = New XmlDataDocument()<br />
   dataDoc.DataSet.ReadXml(My.Settings.XMLConfigFile)<br />
<br />
End Sub


Just thought I'd post this in case anyone else is wanting to do this sort of thing and comes across this thread.

Mike
QuestionWORD2007 XML and embedded fonts Pin
RaymondM7-Jan-07 0:24
RaymondM7-Jan-07 0:24 
QuestionHow to Encrypt and Decrypt the XML file? Pin
Sameer_Thakur5-Jan-07 21:17
Sameer_Thakur5-Jan-07 21:17 
AnswerRe: How to Encrypt and Decrypt the XML file? Pin
led mike6-Jan-07 19:41
led mike6-Jan-07 19:41 
QuestionHow to auto upgrade the XML files at the time of software upgradation ?? Pin
zxc892-Jan-07 19:25
zxc892-Jan-07 19:25 
AnswerRe: How to auto upgrade the XML files at the time of software upgradation ?? Pin
led mike4-Jan-07 6:51
led mike4-Jan-07 6:51 
GeneralRe: How to auto upgrade the XML files at the time of software upgradation ?? Pin
zxc894-Jan-07 20:52
zxc894-Jan-07 20:52 
GeneralRe: How to auto upgrade the XML files at the time of software upgradation ?? Pin
led mike5-Jan-07 4:40
led mike5-Jan-07 4:40 
GeneralRe: How to auto upgrade the XML files at the time of software upgradation ?? Pin
zxc897-Jan-07 17:13
zxc897-Jan-07 17:13 
GeneralRe: How to auto upgrade the XML files at the time of software upgradation ?? Pin
led mike8-Jan-07 5:39
led mike8-Jan-07 5:39 
GeneralRe: How to auto upgrade the XML files at the time of software upgradation ?? Pin
nzmike8-Jan-07 13:35
nzmike8-Jan-07 13:35 
GeneralRe: How to auto upgrade the XML files at the time of software upgradation ?? Pin
led mike8-Jan-07 17:16
led mike8-Jan-07 17:16 
QuestionCreate an XmlDocument from an XmlNode? Pin
Edmundisme2-Jan-07 8:35
Edmundisme2-Jan-07 8:35 
AnswerRe: Create an XmlDocument from an XmlNode? Pin
Stefan Troschuetz2-Jan-07 9:37
Stefan Troschuetz2-Jan-07 9:37 
GeneralRe: Create an XmlDocument from an XmlNode? Pin
Edmundisme3-Jan-07 11:56
Edmundisme3-Jan-07 11:56 
AnswerRe: Create an XmlDocument from an XmlNode? Pin
George L. Jackson3-Jan-07 12:44
George L. Jackson3-Jan-07 12:44 
QuestionHow to read and write Xml files in desktop application Pin
Rasmita Devi2-Jan-07 2:47
Rasmita Devi2-Jan-07 2:47 
AnswerRe: How to read and write Xml files in desktop application Pin
DavidNohejl3-Jan-07 13:15
DavidNohejl3-Jan-07 13:15 

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.