Skip to content
  • Nick Wellnhofer's avatar
    Remove unnecessary calls to xmlPopInput · 453dff1e
    Nick Wellnhofer authored
    It's enough if xmlPopInput is called from xmlSkipBlankChars. Since the
    replacement text of a parameter entity is surrounded with space
    characters, that's the only place where the replacement can end in a
    well-formed document.
    
    This is also required to get rid of the "blanks wrapper" hack.
    453dff1e