Skip to content
  1. Apr 19, 2024
  2. Apr 18, 2024
  3. Apr 15, 2024
    • Nick Wellnhofer's avatar
      parser: Always decode entities in namespace URIs · f506ec66
      Nick Wellnhofer authored
      Also decode entities in namespace URIs if entity substitution wasn't
      requested. This should fix some corner cases when comparing namespace
      URIs. The Namespaces in XML 1.0 spec says:
      
      > In a namespace declaration, the URI reference is the normalized value
      > of the attribute, so replacement of XML character and entity
      > references has already been done before any comparison.
      
      Make the serialization code escape special characters in namespace URIs
      like in attribute values. This fixes serialization if entities were
      substituted when parsing.
      
      Fixes libxslt#106
      f506ec66
  4. Apr 14, 2024
  5. Apr 09, 2024
  6. Apr 05, 2024
  7. Apr 04, 2024
  8. Apr 02, 2024
  9. Mar 30, 2024
  10. Mar 29, 2024
  11. Mar 28, 2024
  12. Mar 26, 2024
  13. Mar 25, 2024
  14. Mar 24, 2024
  15. Mar 22, 2024