Skip to content
  • Nick Wellnhofer's avatar
    parser: Don't create reference in xmlLookupGeneralEntity · 45fe9924
    Nick Wellnhofer authored
    This should only be done in xmlParseReference.
    
    The handling of undeclared entities is still somewhat inconsistent. In
    element content we create references even if entity substitution is
    enabled. In attribute values undeclared entities are always ignored.
    45fe9924