|
That's a good point regarding references to XSD schema. The heuristics will still pick this up as they will see the xsi:schemaLocation attribute and the xmlns:xsi declaration, which use namespaces and thus must be XML. Indeed, if the heuristics were weighted rather than just binary, you could say that seeing XSD related attributes is very strong sign that the document is XML :) |