![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Hobbyist Programmer
Join Date: May 2005
Location: ma
Posts: 130
Rep Power: 3
![]() |
i was going to ask the same question but then saw this thread so i'll contribute to the discussion. A series of books i read on computer languages are short so they are good as an intro to the language. In these series towards the end they usually mention a technology that is usually connected in some way to the main topic. I read the html one and it mentioned xml. When i read that the tags aren't predefined but you define them i thought "well how can anyone learn xml if everyone makes their own tags?" So i didn't really get it. Something i read recently got me thinkign about it again and now i think is ee the reason behind the user defined tags. Is it that there is no standard way to write an xml document but there is a standard way(s) of using it and manipulating it? i think my intial confusion was because it was grouped with html i thought it was meant to make websites but now i think it isn't like html where the goal is to make a site or C where the goal is to make a program. I see it as only one part of the process that holds data that could be used for many purposes like making a site or doing something with a program. Am i close or completely wrong in my thinking?
|
|
|
|
|
|
#12 |
|
Professional Programmer
|
You got it. XML is only for getting data in a way that programs can use it.
XML in a Nutshell in the O'Reily series is an awsome reference and startguide. |
|
|
|
|
|
#13 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
i believe C# can integrate XML into it's program documentation so you could view an xml file of nice, readable comments and such.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#14 | |
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 647
Rep Power: 4
![]() |
Quote:
|
|
|
|
|
|
|
#15 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
probably, since i read this snippet from a microsoft book.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#16 |
|
Newbie
|
I'm new also to XML. I've learned quite a lot of PHP and just started to learn valid XHTML1.0 Strict and CSS.
I've heard some some people that XML is just like HTML but with custom tags. Maybe I misunderstood or I was misinformed? |
|
|
|
|
|
#17 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 9
![]() |
Read post #2. Then follow up.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|