What is the difference between a well-formed XML document and a 'valid' XML document?

What are some ways to determine if an xml document is well-formed and/or valid? (looking for websites and/or software)

>What is the difference between a well-formed XML document and a 'valid' XML document?
Well formed XML is syntactically correct (ie. a parser won't choke on it) and valid XML is semantically correct based on a provided schema.

See here for more details.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.