Click here to Skip to main content
16,009,847 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: using CSS programatically Pin
George L. Jackson14-Jan-07 4:12
George L. Jackson14-Jan-07 4:12 
Questionnewlines in xmldocument [modified] Pin
livez11-Jan-07 22:00
livez11-Jan-07 22:00 
AnswerRe: newlines in xmldocument Pin
led mike12-Jan-07 5:19
led mike12-Jan-07 5:19 
GeneralRe: newlines in xmldocument Pin
livez14-Jan-07 21:59
livez14-Jan-07 21:59 
Questioncode and logic generation from xml Pin
ashtom1Ashu11-Jan-07 4:52
ashtom1Ashu11-Jan-07 4:52 
QuestionMSXML query Pin
lkrishn10-Jan-07 17:39
lkrishn10-Jan-07 17:39 
QuestionXML straight to web service Pin
Marcus J. Smith10-Jan-07 8:37
professionalMarcus J. Smith10-Jan-07 8:37 
Questionxml web service testing Pin
Jamal Encami10-Jan-07 8:08
professionalJamal Encami10-Jan-07 8:08 
QuestionParsing an XML tree in Win CE Pin
lkrishn8-Jan-07 18:46
lkrishn8-Jan-07 18:46 
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 

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.