• Show log

    Commit

  • Hash : 45fe9924
    Author : Nick Wellnhofer
    Date : 2024-04-22T17:12:54

    parser: Don't create reference in xmlLookupGeneralEntity
    
    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.