// // SAXUtilities.swift // // // Created by Brent Simmons on 8/26/24. // import Foundation import libxml2 public func SAXEqualTags(_ localName: XMLPointer, _ tag: ContiguousArray) -> Bool { return tag.withUnsafeBufferPointer { bufferPointer in let tagCount = tag.count // includes 0 terminator for i in 0..