+ 8
Some questions about XML:
1: Can I use it alone to make a very small app? 2: What is it used for? 3: Is it a dying language? Advanced thanks to those who answered :D
10 Respostas
+ 14
So what XML is used for, is to outsource data. Rather than integrating them into the HTML document, they are stored in separate XML files. SinceXML stores data in plain text format, the storage is independent of your platform and your data can be exported, imported, or simply moved much easier.
source: Web😊
BTW It's not a dying language and is used alongwith Java for developing android apps!😎😎
+ 12
@Meharban Well You summarised my answer!
+ 12
Parsing XML with Ruby:
(http://stackoverflow.com/questions/11198239/parsing-xml-with-ruby)
+ 11
@MrCoder Yes, it can be used in Android app development! with Java or C++
+ 7
1.No
2. Used to STORE and CARRY information, rather than to display stuff.
3.No,still used with other languages for some awesome looking games and apps
+ 7
Alright Thanks Everybody :D
+ 6
Well, If I can use XML to store and carry data why do I see some codes who use something like onclick functions and some alerts on android? Can I use it for like some android development?
+ 6
@Dayve Thanks :D
+ 5
@Dayve I can possibly use Ruby with XML right?
+ 3
You can parse xml in ruby with the nokogiri gem.