Fix for a bug in MetacatServlet. Metacat assumed that it is supposed to get the schema information from the second line of the document. This is based on the assumption that xml decleration will always be present. This is good practice but not required. Hence the fix -> Metacat should ignore the xml declerations and then get the first line.
Fix for a bug in MetacatServlet. Metacat assumed that it is supposed to get the schema information from the second line of the document. This is based
on the assumption that xml decleration will always be present. This is good practice but not required. Hence the fix -> Metacat should ignore the
xml declerations and then get the first line.