https://github.com/kewlbear/xmldocument
An implementation of XML Document from Foundation for iOS
https://github.com/kewlbear/xmldocument
ios kissxml nsxml spm swift xml
Last synced: 11 months ago
JSON representation
An implementation of XML Document from Foundation for iOS
- Host: GitHub
- URL: https://github.com/kewlbear/xmldocument
- Owner: kewlbear
- Created: 2019-09-19T07:29:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T00:05:45.000Z (almost 7 years ago)
- Last Synced: 2025-06-24T21:16:22.156Z (about 1 year ago)
- Topics: ios, kissxml, nsxml, spm, swift, xml
- Language: Swift
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XMLDocument
This Swift package implements some parts of XMLDocument and related classes from Foundation for iOS.
You can use it to parse XML documents.
## Usage
```
import XMLDocument
```
## Requirements
- iOS
- Xcode 11+
- Swift 5.1+
## Installation
### Xcode 11
File > Swift Packages > Add Package Dependency...
## License
XMLDocument is released under the MIT license.