--%>

Do I need to know SGML or HTML before learn XML

Do I need to know SGML or HTML before learn XML?

E

Expert

Verified

No, though it's useful since a lot of XML terminology and practice derives by two decades' experience of SGML.
Ensure that knowing HTML is not similar as understanding SGML. However, HTML was written such as an SGML application, browsers avoid most of this (that is why so many helpful things don't work), therefore just because something is completed a certain way in HTML browsers does not implies it's correct, least of all in XML.

   Related Questions in Programming Languages

  • Q : Updating the Status of an Order in SQL

    Build a procedure named STATUS_SHIP_SP which permits a company to employee in the Shipping Department to update the status of an order to add up shipping information. The BB_BASKETSTATUS table maintains a list of events for each order and hence a shopper can see the c

  • Q : Write a program that prints out all

    Write a program that prints out all prime numbers between 1 and 1000. Print the values out ten per line, with digits lined in proper columns.

  • Q : Define the term Host system Define the

    Define the term Host system: It is a computer system on which a process is executed or run.

  • Q : Explain Polling Polling : It is the

    Polling: It is the process of repeatedly testing until a situation becomes true. Polling can be incompetent when the time between tests is little compared with the time it will take for the condition to become true or right. A polling thread must slee

  • Q : Explain in process verses out of

    Explain in process verses out of process component.

  • Q : Requirement of Timer control in AJAX

    Explain the requirement of a Timer control in the AJAX.

  • Q : Explain One Dimensional array One

    One Dimensional array:1) An array is a continuous memory location having similar kind of data in a single row or single column. Declaration in c++ is as under: const int size = 20;int a[size] or int a[2

  • Q : State the term GPO links State the term

    State the term GPO links? Explain.

  • Q : What is an Implicit type conversion

    Implicit type conversion: The type conversion which does not need a cast. Implicit type conversions usually do not comprise any loss of information. For example, joining an integer operand with a floating point operand in an arithmetic expression will

  • Q : Ffunction of DynamicPopulateExtender

    What is the function of DynamicPopulateExtender control?