Was this page helpful?

68

    Table of contents
    No headers

    Error message given by validator:
    "xmlParseEntityRef: no name"

    Possible causes for error:

    • There are illegal characters in the field. For example '&', '<' or '>'

     

    Try removing illegal characters or encoding them correctly, for example:

    & = &amp;
    < = &lt;
    > = &gt;

    Read more from XML specification: http://www.w3.org/TR/xml-c14n#ProcessingModel

    Was this page helpful?
    Tag page (Edit tags)
    • No tags
    You must login to post a comment.
    Powered by MindTouch Core