Showing posts with label valid. Show all posts
Showing posts with label valid. Show all posts

Saturday, October 21, 2006

Valid

A XML document is valid when it
  • conforms to a DTD or a XML Schema
  • is well-formed

Wednesday, October 18, 2006

Well-formed and valid

A XML document should be well-formed and valid.
  • A well-formed document is syntactically correct
  • A valid document is well-formed
    and needs
    • a DTD (document type definition)
      or
    • a XML Schema