ए भाई Think ज़रा हटके
Note: amtyThumb must be installed for new version of amty thumb post/recent

Relation among XML XSL DTD XSD

w3schools is good place to start learning web technologies before reading any other manual or book. Here I am summarizing the relation among most of XML flavors. I’ll recommend it  before starting with w3schools.

relation among XML XSD DTD XSL

In addition of above diagram,

  1. DTD & XSD both do the same job. But XSD is newer than DTD, in form of XML, and has more datatypes & other options.
  2. You need not to launch XSLT explicitly to see how your XSL will output finally. XSLT comes with Internet browser. So you just open your XML in browser. It’ll read linked XSL and will display output accordingly.
  3. XSL-FO can be considered as next version of XSL.

*Editor : I used eclipse for developing all XML flavours.


HTML vs XHTML

XHTML is nothing but XML formatted HTML. You need to follow XML rules nothing else. Like

  • proper nesting of tags
  • all tags must be closed
  • there must be a root tag
  • value of an attribute must be enclosed in double quote
  • tags name, attributes name and their values must be in low case.
  • etc. . .
Amit Gupta

Hey! this is Amit Gupta (amty). By profession, I am a Software Eng. And teaching is my passion. Sometimes I am a teacher, as you can see many technical tutorials on my site, sometimes I am a poet, And sometime just a friend of friends...

187
views


To book below area mail me




  • question: Could you add XSL-FO to your chart. Where does it fit in?

  • I never read about that yet. But thanks to notify, I’ll do it soon

captcha

You can follow any responses to this entry through the RSS 2.0 feed.