]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Update a commented code section regarding DTD/Schema validation.
authorJason Stephenson <jason@sigio.com>
Thu, 26 Jun 2014 23:19:59 +0000 (19:19 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 26 Jun 2014 23:19:59 +0000 (19:19 -0400)
commit7463240a8a249c89c7aef2ee3140ea6bed9612b6
tree6845a6abc5313ae47cf671fe2e8eaf872cb2b6ba
parent6e09bc11d277204ed6e03aee20a60307b865e911
Update a commented code section regarding DTD/Schema validation.

NCIP version 2+ only has a schema.  NCIP version 1 has a DTD or a
schema.  To make the code comment relevant to NCIP version 2, which
we implement here, I change the sample code to validate with a
schema.

Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP.pm