XML issue

Out of context: Reply #1

  • Started
  • Last post
  • 3 Responses
  • sp0

    You can't. XML syntax is very strict.

    You defeat the purpose of using a well-formed language like XML if you don't use it correctly.

    Colons especially, since they reserved characters within XML name spacing.

    And, as an XML developer, I don't find those easier to read.

    [image id="15" /]

    That is easy to read.

    [article id="43" /]

    [image content="naked_girl" /]

    Besides using XML correctly, you have created a easy to interpret, well-formed document that both human and machine/application a like will understand clearly.

    This is why XML is so powerful.

View thread