--%>

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 : Explain Counters Counter variables are

    Counter variables are commonly used in many computer applications for different purposes. Here is a typical example where a variable is used to measures the progress of some activity of interest:

    Q : What is Unique Identifier What is

    What is Unique Identifier and how do I determine one?

  • Q : Transport for XML Web Services What is

    What is the transport for XML Web Services? How can end-to-end security be provided for this transport?

  • Q : Explain Recursion Recursion : Recursion

    Recursion: Recursion outcomes from a method being invoked whenever an existing call to the similar method has not yet returned. For example:     public static void countDown(int n){  

  • Q : Property Specifications of Java

    Property Specifications: The most straightforward way to specify and check simple safety properties in JPF is to use Java assertions inside the application under analysis. This allows the specification of properties that only depend on the application

  • Q : Differentiate between RDO and ADO

    Differentiate between RDO and ADO?

  • Q : Basic programming help In C Language 1.

    1. In what ways are the initialization, repetition test, and update steps alike for a sentinel-controlled loop and an endfile-controlled loop? How are they different? 2. Rewrite the program segment that follows using a for loop: count = 0;

  • Q : Explain Method overloading Method

    Method overloading: Two or more techniques with similar name stated within a class are said to be overloaded. This exerts to both constructors and other methods. The overloading applies via a class hierarchy, thus a sub class may overload a method sta

  • Q : Inheritance in Object Oriented

    Q. What is the use of making a method private inside

  • Q : Describe Layout manager Layout manager

    Layout manager: The object responsible for sharing the accessible space between multiple components in a graphical container.