31 lines
595 B
Swift
31 lines
595 B
Swift
/*:
|
|
# HTMLKit
|
|
|
|

|
|
|
|
****
|
|
|
|
An Objective-C kit for your everyday HTML needs.
|
|
|
|
****
|
|
|
|
HTMLKit is a [WHATWG](https://html.spec.whatwg.org/multipage/) specification-compliant framework for parsing and serializing HTML documents and document fragments for iOS and OSX. HTMLKit parses real-world HTML the same way modern web browsers would.
|
|
|
|
****
|
|
|
|
HTMLKit is available under the MIT License
|
|
|
|
****
|
|
|
|
# Table of Contents
|
|
|
|
- [Parsing Document](Parsing%20Documents)
|
|
- [Parsing Fragments](Parsing%20Fragments)
|
|
- [The DOM](The%20DOM)
|
|
- [CSS Selectors](CSS%20Selectors)
|
|
|
|
****
|
|
|
|
[Next](@next)
|
|
*/
|