J
J David Eisenberg
One of the students in my XML class is asking what the purpose of
validating is in the context of a web application. He's trying to
figure out how he would use XML Schema or Relax NG and associated tools
to validate input from a web form. This is the wrong approach, since
that input isn't XML at all.
I've told him that any XML validation would most likely occur at the
server side, when servers have to transfer data that is in XML format
and make sure that everything is OK. Does anyone know examples of
XML-based content management systems, or web applications, that do
validation on the server side? I'd like to be able to point this
student to some examples in actual use.
(If this is already covered in the FAQ, sorry; I must have missed it on
first reading.)
validating is in the context of a web application. He's trying to
figure out how he would use XML Schema or Relax NG and associated tools
to validate input from a web form. This is the wrong approach, since
that input isn't XML at all.
I've told him that any XML validation would most likely occur at the
server side, when servers have to transfer data that is in XML format
and make sure that everything is OK. Does anyone know examples of
XML-based content management systems, or web applications, that do
validation on the server side? I'd like to be able to point this
student to some examples in actual use.
(If this is already covered in the FAQ, sorry; I must have missed it on
first reading.)