XML Attributes

  • An element can have any number of attributes.

    Order is not important.

    Attribute values can only be strings.

    e.g. <book year="1994">
    instead of <book> <year>1994</year> </book>

    Alternative way to represent (text) data.

    Report Place comment