Click here to Skip to main content
16,004,901 members
Home / Discussions / XML / XSL
   

XML / XSL

 
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 
GeneralRe: What's the best XML format? Pin
Stuart Dootson14-Oct-03 11:34
professionalStuart Dootson14-Oct-03 11:34 
To get a particular keys value, you'd use something like '//section[@name='section-name]/key[@name='key-name']/text()' - hmmm, doesn't look any easier, does it. I guess you're probably best going with what you've got - after all, you're not intending to exchange the data with any other application, are you?

The reason I tend to use the first form you presented was because I tend to parse the whole file using libxml2 - the platform I'm limited by doesn't have .NET or an up-to-date MSXML Frown | :-(

I'm not sure what the best starters guides to XPath are - I learnt it through learning XSLT from Michael Kay's XSLT reference book (published by Wrox).

Stuart Dootson

'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'
GeneralRe: What's the best XML format? Pin
CreProDes17-Oct-03 1:00
CreProDes17-Oct-03 1:00 
AnswerRe: What's the best XML format? Pin
Philip Fitzsimons17-Oct-03 3:09
Philip Fitzsimons17-Oct-03 3:09 
QuestionHow to Determine if element contains a given attribute Pin
MStanbrook13-Oct-03 9:31
MStanbrook13-Oct-03 9:31 
AnswerRe: How to Determine if element contains a given attribute Pin
Jeromy Stites13-Oct-03 11:41
Jeromy Stites13-Oct-03 11:41 
AnswerRe: How to Determine if element contains a given attribute Pin
Tim McCurdy23-Oct-03 14:24
Tim McCurdy23-Oct-03 14:24 
GeneralRe: How to Determine if element contains a given attribute Pin
MStanbrook23-Oct-03 15:03
MStanbrook23-Oct-03 15:03 
QuestionHow to create xml document from dataset with null values ? Pin
susree13-Oct-03 5:06
susree13-Oct-03 5:06 
AnswerRe: How to create xml document from dataset with null values ? Pin
Member 37818914-Oct-03 19:29
Member 37818914-Oct-03 19:29 
GeneralRe: How to create xml document from dataset with null values ? Pin
Anonymous14-Oct-03 19:37
Anonymous14-Oct-03 19:37 
GeneralRe: How to create xml document from dataset with null values ? Pin
susree14-Oct-03 19:42
susree14-Oct-03 19:42 
Questiondesign of xml lookup table for countries? Pin
macupryk12-Oct-03 15:04
macupryk12-Oct-03 15:04 
Generalutility/library to clean-up xml-strings (&amp, etc) Pin
ohadp11-Oct-03 9:27
ohadp11-Oct-03 9:27 
GeneralRe: utility/library to clean-up xml-strings (&, etc) Pin
Jim Taylor14-Oct-03 9:39
Jim Taylor14-Oct-03 9:39 
GeneralRe: utility/library to clean-up xml-strings (&, etc) Pin
ohadp16-Oct-03 13:50
ohadp16-Oct-03 13:50 
GeneralRe: utility/library to clean-up xml-strings (&, etc) Pin
Jim Taylor20-Oct-03 23:06
Jim Taylor20-Oct-03 23:06 
Generalutility/library to clean-up xml-strings (&amp, etc) Pin
ohadp11-Oct-03 9:26
ohadp11-Oct-03 9:26 
GeneralRe: utility/library to clean-up xml-strings (&amp, etc) Pin
Blake Coverett11-Oct-03 10:24
Blake Coverett11-Oct-03 10:24 

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.