XML – Encoding

  • Post author:
  • Post category:XML
  • Post comments:0 Comments

Encoding is the process of converting unicode characters into their equivalent binary representation. When the XML processor reads an XML document, it encodes the document depending on the type of encoding.…

Continue ReadingXML – Encoding

XML – Processing

  • Post author:
  • Post category:XML
  • Post comments:0 Comments

This chapter describes the Processing Instructions (PIs). As defined by the XML 1.0 Recommendation, "Processing instructions (PIs) allow documents to contain instructions for applications. PIs are not part of the character…

Continue ReadingXML – Processing

XML – WhiteSpaces

  • Post author:
  • Post category:XML
  • Post comments:0 Comments

In this chapter, we will discuss whitespace handling in XML documents. Whitespace is a collection of spaces, tabs, and newlines. They are generally used to make a document more readable. XML document…

Continue ReadingXML – WhiteSpaces