[Home] [By Thread] [By Date] [Recent Entries]

  • From: Roger L Costello <costello@m...>
  • To: "xml-dev@l..." <xml-dev@l...>
  • Date: Thu, 4 Feb 2021 18:18:07 +0000

Hi Folks,

Is the following XML well-formed?

<altitude units="meters"reference="AGL">1000</altitude>

Scroll down to see the answer ...


























No! It is not well-formed. There must be a space before reference="AGL" like so:

<altitude units="meters" reference="AGL">1000</altitude>

But, but, but, ... Why is space required between attributes? Surely a parser can recognize the start of the next attribute given the end-delimiter of the previous attribute's value, yes?

/Roger


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member