InterviewSolution
Saved Bookmarks
| 1. |
Xml code formate |
|
Answer» Starting with xml version, encoding and standalone, xml document must contain a root element, parent element and child element Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. The W3C\'s XML 1.0 Specification and several other related specifications—all of them free open standards—define XML. |
|