<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      Actually html markup is only supported in the 'description'
      element. We thought that an EULA is usually text based so we
      declared it as plain text. I'll add a feature request to permit
      HTML elements inside the license element too. Until then if you
      want to reuse the license just create a template that uses a
      license marker like this:<br>
      <br>
      <xt:license><![CDATA[@@LICENSE@@]]></xt:license><br>
      <br>
      Then from the ANT script (I think you are already using ANT from
      previous discussions) replace the marker with the actual license:<br>
      <br>
              <loadfile property="eula"
      srcFile="alg/eula/${eulaFileName}"/><br>
              <replace file="${extDescriptor}" token="@@LICENSE@@"
      value="${eula}"/><br>
      <br>
      and you'll obtain the final add-on descriptor.<br>
      <br>
      Best regards,<br>
      Alex<br>
      --<br>
      Alex Jitianu<br>
      <oXygen/>  XML Editor, Schema Editor and XSLT
      Editor/Debugger<br>
      <a class="moz-txt-link-freetext" href="http://www.oxygenxml.com">http://www.oxygenxml.com</a><br>
      <br>
      On 07-Mar-13 6:03 PM, Michael Anthony Smith wrote:<br>
    </div>
    <blockquote
      cite="mid:46D488A8-0D13-4FAC-A96B-1F8237118DDD@deltaxml.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      Hi,
      <div><br>
      </div>
      <div>I am trying to fill in the content of the 'xt:license' tag in
        the 'add-on' xml file, using oXygen Editor 14.2 in text mode,
        but am getting the following error as soon as I try to add an
        element:</div>
      <div><br>
      </div>
      <div>E [Xerces] cvc-type.3.1.2: Element 'xt:license' is a simple
        type, so it must have no element information item [children].</div>
      <div><br>
      </div>
      <div>I thought we could add simple html markup in the license
        section; possibly I have misunderstood - or have not configured
        oXygen properly.</div>
      <div><br>
      </div>
      <div>Any suggestions would be appreciated,</div>
      <div>Anthony.</div>
      <div><br>
      </div>
      <div>PS: Ideally I would like to xi:include this information as it
        is reasonably large and likely to be common to several
        plugin/versions.</div>
      <div>
        <div apple-content-edited="true">
          <div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: medium; font-style: normal; font-variant: normal;
            font-weight: normal; letter-spacing: normal; line-height:
            normal; orphans: 2; text-align: -webkit-auto; text-indent:
            0px; text-transform: none; white-space: normal; widows: 2;
            word-spacing: 0px; -webkit-text-size-adjust: auto;
            -webkit-text-stroke-width: 0px; word-wrap: break-word;
            -webkit-nbsp-mode: space; -webkit-line-break:
            after-white-space; ">
            <div style="color: rgb(0, 0, 0); font-family: Helvetica;
              font-size: medium; font-style: normal; font-variant:
              normal; font-weight: normal; letter-spacing: normal;
              line-height: normal; orphans: 2; text-align: -webkit-auto;
              text-indent: 0px; text-transform: none; white-space:
              normal; widows: 2; word-spacing: 0px;
              -webkit-text-size-adjust: auto; -webkit-text-stroke-width:
              0px; word-wrap: break-word; -webkit-nbsp-mode: space;
              -webkit-line-break: after-white-space; ">-- <br>
              --
-------------------------------------------------------------------------<br>
              Michael Anthony Smith, DeltaXML Ltd "Michael Anthony
              Smith, DeltaXML Ltd "Experts in Information Change""<br>
              T: +44 1684 869035   E: <a moz-do-not-send="true"
                href="mailto:anthony.smith@deltaxml.com">anthony.smith@deltaxml.com</a>   <a
                moz-do-not-send="true" href="http://www.deltaxml.com/">http://www.deltaxml.com</a><br>
              Registered in England 02528681 Reg. Office: Monsell House,
              WR8 0QN, UK</div>
          </div>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
oXygen-sdk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oXygen-sdk@oxygenxml.com">oXygen-sdk@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk">http://www.oxygenxml.com/mailman/listinfo/oxygen-sdk</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>