Skip to content
  • Yorick Peterse's avatar
    Ensure SAX after_element receives meaningful args · 57adabc0
    Yorick Peterse authored
    This changes the behaviour of after_element when parsing documents using the SAX
    parsing API. Previously it would always receive a nil argument, which is kinda
    pointless. This commit changes that by making sure it receives a namespace name
    (if any) and the element name.
    
    This fixes #54.
    57adabc0
To learn more about this project, read the wiki.