Click here to Skip to main content
15,900,973 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionWebService Pin
Egero22-Sep-06 19:48
Egero22-Sep-06 19:48 
QuestionOpen Text in XML [modified] Pin
HahnTech22-Sep-06 10:59
HahnTech22-Sep-06 10:59 
AnswerRe: Open Text in XML Pin
led mike22-Sep-06 11:17
led mike22-Sep-06 11:17 
Questionxml if statement Pin
fmardani21-Sep-06 5:26
fmardani21-Sep-06 5:26 
AnswerRe: xml if statement Pin
led mike21-Sep-06 8:54
led mike21-Sep-06 8:54 
QuestionRe: xml if statement Pin
George L. Jackson21-Sep-06 15:03
George L. Jackson21-Sep-06 15:03 
QuestionAny idea with manage content like a forum by xml? Pin
oohungoo20-Sep-06 14:51
oohungoo20-Sep-06 14:51 
QuestionQuerying with an XML document Pin
vinusk20-Sep-06 9:01
vinusk20-Sep-06 9:01 
I have an XML document in my asp.net application containing country information
eg
<Country>
<CNo>1</CNo>
<Country>Afghanistan</Country>
<Nationality>Afghan</Nationality>
<ISDCode>93</ISDCode>
<Continent>Asia</Continent>
</Country>
<Country>
<CNo>2</CNo>
<Country>Albania</Country>
<Nationality>Albanian</Nationality>
<ISDCode>355</ISDCode>
<Continent>Europe</Continent>
</Country>
<Country>
<CNo>3</CNo>
<Country>Algeria</Country>
<Nationality>Algerian</Nationality>
<ISDCode>213</ISDCode>
<Continent>Africa</Continent>
</Country>

When a country is selected from a dropdown list, I want to be able to run through the xml document and pick out the corresponding continent only. What is the best way to do this?Smile | :)

Thanks, Vinu&lt;
AnswerRe: Querying with an XML document Pin
led mike20-Sep-06 9:53
led mike20-Sep-06 9:53 
GeneralRe: Querying with an XML document Pin
George L. Jackson20-Sep-06 14:43
George L. Jackson20-Sep-06 14:43 
GeneralRe: Querying with an XML document Pin
vinusk20-Sep-06 16:48
vinusk20-Sep-06 16:48 
GeneralRe: Querying with an XML document Pin
led mike21-Sep-06 5:13
led mike21-Sep-06 5:13 
GeneralRe: Querying with an XML document Pin
George L. Jackson21-Sep-06 8:37
George L. Jackson21-Sep-06 8:37 
GeneralRe: Querying with an XML document Pin
led mike21-Sep-06 5:09
led mike21-Sep-06 5:09 
GeneralRe: Querying with an XML document Pin
led mike21-Sep-06 5:19
led mike21-Sep-06 5:19 
GeneralRe: Querying with an XML document Pin
George L. Jackson21-Sep-06 8:28
George L. Jackson21-Sep-06 8:28 
GeneralRe: Querying with an XML document Pin
led mike21-Sep-06 8:35
led mike21-Sep-06 8:35 
GeneralRe: Querying with an XML document Pin
vinusk22-Sep-06 5:13
vinusk22-Sep-06 5:13 
GeneralRe: Querying with an XML document Pin
vinusk25-Sep-06 7:54
vinusk25-Sep-06 7:54 
Questioninserting xml nodes based upon an expression Pin
Jan Limpens20-Sep-06 3:28
Jan Limpens20-Sep-06 3:28 
AnswerRe: inserting xml nodes based upon an expression Pin
George L. Jackson20-Sep-06 14:56
George L. Jackson20-Sep-06 14:56 
GeneralRe: inserting xml nodes based upon an expression [modified] Pin
Jan Limpens20-Sep-06 16:25
Jan Limpens20-Sep-06 16:25 
GeneralRe: inserting xml nodes based upon an expression Pin
George L. Jackson21-Sep-06 8:24
George L. Jackson21-Sep-06 8:24 
GeneralRe: inserting xml nodes based upon an expression Pin
Jan Limpens21-Sep-06 10:54
Jan Limpens21-Sep-06 10:54 
QuestionRe: inserting xml nodes based upon an expression Pin
George L. Jackson21-Sep-06 15:11
George L. Jackson21-Sep-06 15:11 

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.