1 Repo
Libraries providing consistent HTML parsing and manipulation across different operating systems.
Distinct from Web and HTML Processing: Unlike normalizers, this covers the full processing pipeline (parsing, manipulation, extraction) across iOS, macOS, and Linux.
Explore 1 awesome GitHub repository matching web development · Cross-Platform HTML Processing. Refine with filters or upvote what's useful.
SwiftSoup is a cross-platform HTML processing library for Swift that converts raw HTML or XML strings and files into a structured document object model. It provides the core infrastructure to parse web content into a traversable tree, enabling programmatic access to page elements across iOS, macOS, and Linux. The library features a CSS selector engine for data extraction and a whitelist-based sanitization system to remove unsafe tags and attributes from user-submitted content. It optimizes repetitive document queries through memoized query caching. The project covers DOM manipulation for upd
Provides a consistent Swift-based library for parsing and managing web content across iOS, macOS, and Linux.