Page last modified 13:14, 23 Jun 2014 by Antero

the-element-type-lmsg

    Table of contents
    No headers
     
    Notice! This page describes the nature of the error using a hypothetical example and not the erroneous data of the input test file. You should however be able to apply this information to your error case.
     
     
    Possible causes for this error:
     
    • Starting tag does not match with ending tag

     

    Valid usage of elements

     
    Valid, normal usage of starting and ending tags. 
            <Issr>ADE</Issr>
     
    Invalid usage. Issr is mis-spelled in closing tag.
            <Issr>ADE</Lssr>
     
     
     
    Error message:
    Fatal Error The element type "[elem name] must be terminated by the matching end-tag "".
    Menu