Click here to Skip to main content
15,892,072 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Slashdot RSS Stylesheet Pin
Steve McLenithan20-Aug-03 15:30
Steve McLenithan20-Aug-03 15:30 
GeneralXML as a config file Pin
Steve McLenithan19-Aug-03 17:37
Steve McLenithan19-Aug-03 17:37 
GeneralRe: XML as a config file Pin
Steve McLenithan19-Aug-03 17:51
Steve McLenithan19-Aug-03 17:51 
GeneralRe: XML as a config file Pin
Nick Parker19-Aug-03 18:09
protectorNick Parker19-Aug-03 18:09 
GeneralRe: XML as a config file Pin
Steve McLenithan20-Aug-03 3:14
Steve McLenithan20-Aug-03 3:14 
GeneralRe: XML as a config file Pin
Nick Parker20-Aug-03 4:54
protectorNick Parker20-Aug-03 4:54 
GeneralReading XML file with VB.Net Pin
sybux200019-Aug-03 8:41
sybux200019-Aug-03 8:41 
GeneralRe: Reading XML file with VB.Net Pin
adaoja19-Aug-03 10:21
adaoja19-Aug-03 10:21 
Hi
I would load the xmldocument into a XmlDocument-class. Then I would use SelectNodes to fetch the proper information.

Dim lstNode As XmlNodeList
Dim xmlDoc As New XmlDocument()
xmlDoc.Load("...\...path\file.xml")
lstNode = xmlDoc.SelectNodes(strChoose)
(strChoose is the "xpathway" to your information)
(For each XmlNode in XmlNodeList, do build a string, use XmlNode.ChildNodes )

Regards




// Daniel
GeneralRe: Reading XML file with VB.Net Pin
sybux200019-Aug-03 11:46
sybux200019-Aug-03 11:46 
GeneralRe: Reading XML file with VB.Net Pin
adaoja19-Aug-03 22:11
adaoja19-Aug-03 22:11 
GeneralRe: Reading XML file with VB.Net Pin
sybux200020-Aug-03 10:35
sybux200020-Aug-03 10:35 
GeneralRe: Reading XML file with VB.Net Pin
adaoja21-Aug-03 0:55
adaoja21-Aug-03 0:55 
GeneralUsing SAX to generate DOM documents Pin
Steve S19-Aug-03 1:44
Steve S19-Aug-03 1:44 
QuestionGeneric calc engine? Pin
Andy H18-Aug-03 10:23
Andy H18-Aug-03 10:23 
AnswerRe: Generic calc engine? Pin
palbano28-Aug-03 8:33
palbano28-Aug-03 8:33 
GeneralFormat XML for web page Pin
Davy Mitchell18-Aug-03 7:10
Davy Mitchell18-Aug-03 7:10 
GeneralRe: Format XML for web page Pin
J. Dunlap18-Aug-03 9:03
J. Dunlap18-Aug-03 9:03 
GeneralRe: Format XML for web page Pin
ZoogieZork18-Aug-03 9:50
ZoogieZork18-Aug-03 9:50 
GeneralGeneric XSL for table with column names Pin
Jo Fredrickson17-Aug-03 15:41
Jo Fredrickson17-Aug-03 15:41 
GeneralRe: Generic XSL for table with column names Pin
Philip Fitzsimons18-Aug-03 3:08
Philip Fitzsimons18-Aug-03 3:08 
GeneralRe: Generic XSL for table with column names Pin
Jo Fredrickson18-Aug-03 15:16
Jo Fredrickson18-Aug-03 15:16 
GeneralProblem with createElement/createNode of IXMLDOMDocumentPtr Pin
Binayak7-Aug-03 15:32
Binayak7-Aug-03 15:32 
GeneralRe: Problem with createElement/createNode of IXMLDOMDocumentPtr Pin
Philip Fitzsimons12-Aug-03 3:20
Philip Fitzsimons12-Aug-03 3:20 
GeneralRe: Problem with createElement/createNode of IXMLDOMDocumentPtr Pin
adaoja21-Aug-03 10:18
adaoja21-Aug-03 10:18 
GeneralXML-serializer with ABSTRACT class Pin
MeisterBiber6-Aug-03 10:00
MeisterBiber6-Aug-03 10:00 

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.