define XML parser ...
Answers
Answered by
2
IT IS A PROGRAMING LANGUAGE
Krishsingh:
please mark it as brainilest
Answered by
1
XML is serialized as a text document. A parser is a piece of software which reads the document and handles the intricacies of the XML format for the programmer. By using an existing parser, the programmer only has to concern himself with the data represented by the XML document. So, for example, a parser can automatically handle difficult issues such as white spaces (which are tricky in XML) or entities. Some parsers can also validate the document against a schema.
HOPE IT HELPSS U
HOPE IT HELPSS U
Similar questions