Click here to Skip to main content
15,905,508 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionAbout Xml usage in Flash Pin
siddharthsan18-Jan-07 22:55
siddharthsan18-Jan-07 22:55 
Questionhow to display XML document in the Standard RSS 2.0 format Pin
yogita charhate18-Jan-07 18:44
yogita charhate18-Jan-07 18:44 
QuestionXML? Pin
Rahithi18-Jan-07 6:07
Rahithi18-Jan-07 6:07 
AnswerRe: XML? Pin
George L. Jackson18-Jan-07 12:45
George L. Jackson18-Jan-07 12:45 
GeneralRe: XML? Pin
Rahithi18-Jan-07 13:36
Rahithi18-Jan-07 13:36 
GeneralRe: XML? Pin
George L. Jackson18-Jan-07 13:50
George L. Jackson18-Jan-07 13:50 
GeneralRe: XML? Pin
Rahithi18-Jan-07 15:05
Rahithi18-Jan-07 15:05 
GeneralRe: XML? Pin
shakhtyor20-Jan-07 16:03
shakhtyor20-Jan-07 16:03 
Hi Rahi,
Just like you, I'm new to .NET and had a similar question a couple of months ago. While I will not be able to provide a comprehensive answer as to when and where to use XML, I can tell what I've done with it, and maybe it'll help you see one of its uses. I've been working on the client side of an application that uses web services provided by a number of search engines. Before the user can start querying the search engines, he needs to specify some data, such as the names of the supported seach engines to use, the number of queries to submit per engine, the names of the files containing the queries, etc. Squeezing all these options into one interface along with the actual "start-stop-search feature" would make for a busy-looking GUI, especially since the ultimate client does not need to have access to all these options all the time--only to the start-stop-search feature and an options file containing all that info. So as not to hardcode the search options, I split the application in two: if the user has an options file (with all these options set), he can simply specify it in the dialog box and click the "Start Search" button. If there is no such file, he can click on the menu option that starts the other form with the GUI allowing him to fill in the data and create an options file. I use XML to store the data created by the options builder form into the options file. When the user specifies the options file (containing all this data); he only sees a very simple GUI, where he needs to specify the location of the options file and click the "Start Search" button. While the user doesn't mess with XML at all, the application does, since the format helps it access the data in a more organized manner, where I can extract the relevant data, say for the number of queries for Google, Yahoo, or MSN by extracting the data in the options file stored under the tag of "GoogleQueries", "YahooQueries", or "MSNQueries". Hope this makes it a little clearer for you. If not, you may want to grab a book (I used "C# Programming") and take a look at the examples given there.
Vladimir
GeneralRe: XML? Pin
Rahithi20-Jan-07 17:49
Rahithi20-Jan-07 17:49 
GeneralRe: XML? Pin
shakhtyor20-Jan-07 20:37
shakhtyor20-Jan-07 20:37 
GeneralRe: XML? Pin
Rahithi21-Jan-07 4:06
Rahithi21-Jan-07 4:06 
QuestionXSL general question Pin
picazo17-Jan-07 11:49
picazo17-Jan-07 11:49 
AnswerRe: XSL general question Pin
led mike18-Jan-07 5:12
led mike18-Jan-07 5:12 
AnswerRe: XSL general question Pin
Dustin Metzgar18-Jan-07 7:08
Dustin Metzgar18-Jan-07 7:08 
GeneralAdvice on Standard Message Wrapper Pin
Brady Kelly17-Jan-07 2:02
Brady Kelly17-Jan-07 2:02 
GeneralRe: Advice on Standard Message Wrapper Pin
Stefan Troschuetz17-Jan-07 4:26
Stefan Troschuetz17-Jan-07 4:26 
GeneralRe: Advice on Standard Message Wrapper Pin
led mike17-Jan-07 6:37
led mike17-Jan-07 6:37 
Questionaltering data of embeded xml file in assembly Pin
vishwa2514-Jan-07 21:48
vishwa2514-Jan-07 21:48 
GeneralRe: altering data of embeded xml file in assembly Pin
George L. Jackson15-Jan-07 3:10
George L. Jackson15-Jan-07 3:10 
AnswerRe: altering data of embeded xml file in assembly Pin
Ed.Poore15-Jan-07 5:03
Ed.Poore15-Jan-07 5:03 
QuestionTurning an xml string held in a single excel cell into an XML document Pin
alect14-Jan-07 8:51
alect14-Jan-07 8:51 
AnswerRe: Turning an xml string held in a single excel cell into an XML document Pin
George L. Jackson15-Jan-07 3:15
George L. Jackson15-Jan-07 3:15 
GeneralRe: Turning an xml string held in a single excel cell into an XML document Pin
alect16-Jan-07 10:18
alect16-Jan-07 10:18 
Questionusing CSS programatically Pin
Tina P13-Jan-07 17:12
Tina P13-Jan-07 17:12 
AnswerRe: using CSS programatically Pin
jamesInvader13-Jan-07 19:27
jamesInvader13-Jan-07 19:27 

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.