You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ctakes.apache.org by "Richard Eckart de Castilho (JIRA)" <ji...@apache.org> on 2014/01/26 20:02:38 UTC

[jira] [Created] (CTAKES-284) XML preamble must come before license header

Richard Eckart de Castilho created CTAKES-284:
-------------------------------------------------

             Summary: XML preamble must come before license header
                 Key: CTAKES-284
                 URL: https://issues.apache.org/jira/browse/CTAKES-284
             Project: cTAKES
          Issue Type: Bug
          Components: ctakes-drug-ner
            Reporter: Richard Eckart de Castilho


In the file ctakes-drug-ner/data/cda/testpatient_cn_1.xml, the XML preamble comes after the license header. Some Eclipse XML validation plugins complain about that.

The line

{noformat}
<?xml version="1.0" encoding="UTF-8"?>
{noformat}

must be exactly at the start of an XML file.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)