Jim Jones <jim(dot)jones(at)uni-muenster(dot)de> writes:
> Is there any validation mechanism for VERSION <character string
> literal>?
AFAICS, all we do with an embedded XML version string is pass it to
libxml2's xmlNewDoc(), which is the authority on whether it means
anything. I'd be inclined to do the same here.
regards, tom lane