xrv XRCvalidator strings
This document contains all the strings used by the validator. For now, only error strings; more types might follow later on:
root element must be resource
root found: s1.
resource must be in XRC namespace
found namespace: s1 (should be: 'http://www.wxwidgets.org/wxxrc').
invalid version
version must be of 'N.N.N.N' format (version specified: s1)
unknown version
version specified: s1 (currently only version s2 until s3 are supported).
missing attribute
s1 must have a s2 attribute.
unknown attribute
s1 does not have a s2 attribute.
invalid element
resource can only contain object and object_ref elements. Unexpected element: s1.
reference to unknown object
an object_ref points to an unknown object: s1
unknown class name
class s1
unknown class property
class s1 does not have a s2 property
unknown property child
s1 property does not have a s2 child
deprecated class
class s1 is deprecated, use s2 instead
class within class
an object of class s1 is not supposed to hold a child object of class s2