Branch

  • Show log

    Commit

  • Hash : 669bd349
    Author : Nick Wellnhofer
    Date : 2024-06-12T18:20:01

    xpointer: Remove support for XPointer locations
    
    The latest spec for what it essentially an XPath extension seems to be
    this working draft from 2002:
    
        https://www.w3.org/TR/xptr-xpointer/
    
    The xpointer() scheme is listed as "being reviewed" in the XPointer
    registry since at least 2006. libxml2 seems to be the only modern
    software that tries to implement this spec, but the code has many bugs
    and quality issues.
    
    If you configure --with-legacy, old symbols are retained for ABI
    compatibility.