dabush
02-23-2003, 11:29 PM
i already know a few languages and want to learn XML. could somebody give me a brief explanation about what it does and give me a link to a VERY GOOD tutorial. THANKS
|
Click to See Complete Forum and Search --> : learn XML dabush 02-23-2003, 11:29 PM i already know a few languages and want to learn XML. could somebody give me a brief explanation about what it does and give me a link to a VERY GOOD tutorial. THANKS khalidali63 02-24-2003, 12:55 AM First and the foremost thing you will have to do is change your perception about XML being a prgramming language. With the programming languages usually a programmer thinks that the language will be compiled and then be executed. Where as in XML there is nothing of that sort. In other words "XML is just a fancy name fora text file". In essence its not much different then a comma separated file. The power that XML has is that its backed by W3C standards,and you can use DTD's and schemas to form your own markup. To actually understand the power of XML you will need to learn few other API's DOM and SAX. To cut it short. Go tho this link and try the tutorials for " beginner guide...." you will find all kinds of info here. http://xml.org/xml/resources_cover.shtml Cheers Khalid dabush 02-24-2003, 08:01 AM thankx. i will go there and chec k it out. CMaunder 01-07-2009, 03:19 AM A good way to learn about XML Schemas (http://www.liquid-technologies.com/Tutorials/XmlSchemas/XsdTutorial_01.aspx) is this XSD tutorial. Its aimed at beginners to intermediates, and covers the basics of what a schema is, why there useful, what they do, how there structured, and tips about designing your own. The free version of Liquid XML Studio (http://www.liquid-technologies.com/XmlStudio/XmlStudio.aspx)is also a great way to learn about the XSD standard, as the split diagram/code view provides good feedback to new users allowing them to see the consequences of changing the schemas structure. tkrish 01-08-2009, 01:06 PM You got the more information from the below url: http://www.ezeeforum.com/viewforum.php?f=8 If you need more information write to them. They will assist you for the XML learning krish :) webdeveloper.com
Copyright WebMediaBrands Inc., All Rights Reserved. |