In article <[EMAIL PROTECTED]>, Danny LaPrade <[EMAIL PROTECTED]> wrote:
> I have noticed several issues with regards to merging the XSD files > for Jabber core and JEPs. > > List of Issues: > 1.) ELEMENT name conflicts > - elements listed client.xsd vs. server.xsd which both have to > be merged into stream.xsd They are in different namespaces, so there is no conflict. > - 'error' in server.xsd looks like an extension to the 'error' > in streams.xsd Not an extension -- an inclusion. > 2.) xml:lang not validating through > http://apps.gotdotnet.com/xmltools/xsdvalidator The 'xml:lang' attribute is a core part of the XML spec, so your validator should accept it. Different validators behave differently on this point. /psa _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mail.jabber.org/mailman/listinfo/jdev
