• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Difference between XML,XSD ,XLS

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends

can anyone please explain me about XML , XSD , XLS in laymen term since i need to use all this in my upcoming project,with out knowing the base difference i feel very hard to take up the projects

Your suggestion will be highly appreciable
thanks
Aarasu
 
Ranch Hand
Posts: 544
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
XML - Extended markup language . See this.
XSD - XML Schema definition - This defines the XML format. Earlier it used to be DTD and now the format as well is defined using XML structure.
XLS - MS Excel spreadsheet file.

I am not sure why you must have clubbed the XLS along with XML and XSD. Apart from "X" there is no commanility in between them.

Regards,
Amit
 
reply
    Bookmark Topic Watch Topic
  • New Topic