Illustrates the parts of an XML document are case-sensitive

Illustrates the parts of an XML document are case-sensitive.

E

Expert

Verified

Both markup and text are there. This is considerably different from most other SGML applications and HTML. This was done to permit markup in non-Latin-alphabet languages, and to obviate problems along with case-folding in writing systems that are caseless.
Element type names are case-sensitive: you should follow whatever combination of upper- or lower-case you utilize to describe them (either through first usage or into a DTD or Schema). Therefore, you can't say < BODY >? < /body >: upper- and lower-case must match; therefore < Img/ >, < IMG/ >, and < img/ > are three various element types;

• For well-formed XML documents along with no DTD, the first incidence of an element type name explains the casing;

• Attribute names are also case-sensitive, for illustration the two width attributes in < PIC width="7in"/ > and < PIC WIDTH="6in"/ > (when they occurred in similar file) are separate attributes, due to the different case of WIDTH and width;

• Attribute values are as well case-sensitive. CDATA values (for example: Url="MyFile.SGML") always have been, except NAME types (ID and token list attributes and IDREF attributes) are now case-sensitive also;

• All parameter and general entity names (as Á), and your data content (as text), are case-sensitive as all the time.

   Related Questions in Programming Languages

  • Q : What is an Unary operator What is an

    What is an Unary operator: It is an operator which takes a single operand. Java's unary operators are as -, +, !, !, ++ and --.

  • Q : Define Class inheritance Class

    Class inheritance: Whenever a super class is expanded through a sub class, a class inheritance relationship exists among them. The sub class inherits the attributes and methods of its super class. Class inheritance in Java, is single

  • Q : What is File Transfer Protocol or FTP

    File Transfer Protocol: The File Transfer Protocol (abbreviated as FTP) states a standard set of rules which make it probable to transfer a file from one file system to the other.

  • Q : State Non-modal Non-modal : In this a

    Non-modal: In this a dialog is non-modal when its parent application is not blocked from additional activity whereas the dialog is being revealed.

  • Q : Explain the good example of XHTML

    Explain the good example of XHTML element opening tags.

  • Q : Functions of states of the

    Mention the different states of the XMLHttpRequest an dalso describe their functions.

  • Q : What is BLAST in program model checking

    What is BLAST in program model checking: The abbreviation is Berkeley Lazy Abstraction Software Verification Tool (BLAST) is a software model checker for C programs. The main goal of BLAST (BLAST website) is to be able to check that software satisfies

  • Q : What is Syntax error Syntax error: It

    Syntax error: It is an error detected by the compiler throughout its parsing of a program. The syntax errors generally result from mis-ordering symbols in statements and expressions. Missing curly semicolons and brackets are general illustrations of s

  • Q : Storing the CSS Definitions in external

    Describe the code in order to store CSS Definitions within the external Files.

  • Q : Cmp and diff commands Explain the

    Explain the difference between” cmp” and “diff” commands?

©TutorsGlobe All rights reserved 2022-2023.