Click here to Skip to main content
15,927,799 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionHow to read attribites from xml and put them in a dropdownlist in Html? Pin
oohungoo8-Sep-06 15:22
oohungoo8-Sep-06 15:22 
QuestionHow to Xml.Serialize an ArrrayList Pin
kozu8-Sep-06 11:34
kozu8-Sep-06 11:34 
AnswerRe: How to Xml.Serialize an ArrrayList Pin
Dustin Metzgar12-Sep-06 4:06
Dustin Metzgar12-Sep-06 4:06 
Questionmicrosoft.xmldom Pin
messages8-Sep-06 4:27
messages8-Sep-06 4:27 
AnswerRe: microsoft.xmldom Pin
led mike8-Sep-06 4:49
led mike8-Sep-06 4:49 
GeneralRe: microsoft.xmldom Pin
messages8-Sep-06 5:08
messages8-Sep-06 5:08 
QuestionXml question ... [modified] Pin
devboycpp8-Sep-06 4:08
devboycpp8-Sep-06 4:08 
AnswerRe: Xml question ... Pin
Dustin Metzgar8-Sep-06 4:46
Dustin Metzgar8-Sep-06 4:46 
Deserializing into a dictionary is not an automatic thing, so you'd have to do this custom. Nobody's going to give you the "full code" for it though. You have to try writing it yourself and post something when you get stuck. But, after reading this statement:
devboycpp wrote:
I need to use this in a multi-language website for storing static contents for different languages.

I'm curious why you're doing this in XML. The internationalization capabilities in .NET are very good. You can create a resx file that works in the same way for this key/value pair idea. It can localize strings based on language and region and it uses the current regional settings from the user. Using the built-in stuff, you can automatically adjust date/time, currency, and number formats to match the current region.  There are all kinds of articles on CP and elsewhere describing how to do this.




Logifusion[^]
If not entertaining, write your Congressman.

GeneralRe: Xml question ... Pin
devboycpp8-Sep-06 5:08
devboycpp8-Sep-06 5:08 
GeneralRe: Xml question ... Pin
Dustin Metzgar8-Sep-06 5:46
Dustin Metzgar8-Sep-06 5:46 
AnswerRe: Xml question ... Pin
led mike8-Sep-06 4:48
led mike8-Sep-06 4:48 
QuestionRe: Xml question ... Pin
devboycpp8-Sep-06 5:37
devboycpp8-Sep-06 5:37 
AnswerRe: Xml question ... Pin
led mike8-Sep-06 6:00
led mike8-Sep-06 6:00 
GeneralRe: Xml question ... Pin
devboycpp8-Sep-06 5:52
devboycpp8-Sep-06 5:52 
GeneralRe: Xml question ... Pin
led mike8-Sep-06 6:03
led mike8-Sep-06 6:03 
AnswerRe: Xml question ... Pin
BoneSoft8-Sep-06 5:57
BoneSoft8-Sep-06 5:57 
QuestionHow to include external XSL File in Main XSL File ? Pin
Rizwan Bashir8-Sep-06 2:58
Rizwan Bashir8-Sep-06 2:58 
AnswerRe: How to include external XSL File in Main XSL File ? Pin
Dustin Metzgar8-Sep-06 3:30
Dustin Metzgar8-Sep-06 3:30 
Questionchanging an attribute [modified] Pin
Ista7-Sep-06 17:10
Ista7-Sep-06 17:10 
QuestionXPathNavigator.Select returns only 1 item Pin
kozu7-Sep-06 16:50
kozu7-Sep-06 16:50 
AnswerRe: XPathNavigator.Select returns only 1 item Pin
George L. Jackson7-Sep-06 18:22
George L. Jackson7-Sep-06 18:22 
GeneralRe: XPathNavigator.Select returns only 1 item Pin
kozu8-Sep-06 6:31
kozu8-Sep-06 6:31 
Questioncopy entire file with xslt Pin
Ista7-Sep-06 11:24
Ista7-Sep-06 11:24 
AnswerRe: copy entire file with xslt Pin
led mike7-Sep-06 11:51
led mike7-Sep-06 11:51 
QuestionNeed tutorial for loading attributes to dropdownlist Pin
oohungoo6-Sep-06 23:47
oohungoo6-Sep-06 23:47 

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.