Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T00:05:45.000Z (over 5 years ago)
- Last Synced: 2025-01-20T09:36:20.964Z (24 days 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.