Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.