XMLCoder
Easy XML parsing using Codable protocols in Swift
File Explorer
Download Latest Version (.zip)- documentation.yml
- main.yml
- settings.json
- tasks.json
- launch.json
- Benchmark.swift
- XMLDecode.swift
- Package.resolved
- Package.swift
- BoolBox.swift
- Box.swift
- ChoiceBox.swift
- DataBox.swift
- DateBox.swift
- DecimalBox.swift
- DoubleBox.swift
- FloatBox.swift
- IntBox.swift
- KeyedBox.swift
- NullBox.swift
- SharedBox.swift
- SingleKeyedBox.swift
- StringBox.swift
- UIntBox.swift
- UnkeyedBox.swift
- URLBox.swift
- ValueBox.swift
- Attribute.swift
- Element.swift
- ElementAndAttribute.swift
- ISO8601DateFormatter.swift
- KeyedStorage.swift
- Metatypes.swift
- String+Extensions.swift
- Utils.swift
- XMLChoiceCodingKey.swift
- XMLCoderElement.swift
- XMLDocumentType.swift
- XMLHeader.swift
- XMLKey.swift
- XMLStackParser.swift
- DecodingErrorExtension.swift
- DynamicNodeDecoding.swift
- SingleValueDecodingContainer.swift
- XMLChoiceDecodingContainer.swift
- XMLDecoder.swift
- XMLDecoderImplementation.swift
- XMLDecodingStorage.swift
- XMLKeyedDecodingContainer.swift
- XMLUnkeyedDecodingContainer.swift
- DynamicNodeEncoding.swift
- EncodingErrorExtension.swift
- SingleValueEncodingContainer.swift
- XMLChoiceEncodingContainer.swift
- XMLEncoder.swift
- XMLEncoderImplementation.swift
- XMLEncodingStorage.swift
- XMLKeyedEncodingContainer.swift
- XMLReferencingEncoder.swift
- XMLUnkeyedEncodingContainer.swift
- Info.plist
- AttributedEnumIntrinsicTest.swift
- AttributedIntrinsicLegacyTest.swift
- AttributedIntrinsicTest.swift
- CompositeChoiceTests.swift
- DynamicNodeDecodingLegacyTest.swift
- DynamicNodeDecodingTest.swift
- DynamicNodeEncodingTest.swift
- ErrorContextTest.swift
- InlinePropertyTests.swift
- MixedChoiceAndNonChoiceTests.swift
- NestedAttributeChoiceTests.swift
- NestedChoiceArrayTest.swift
- NestedChoiceTests.swift
- PropertyWrappersTest.swift
- SimpleChoiceTests.swift
- String+ExtensionsTests.swift
- XMLElementTests.swift
- XMLHeaderTests.swift
- XMLKeyTests.swift
- XMLStackParserTests.swift
- BoolBoxTests.swift
- DataBoxTests.swift
- DateBoxTests.swift
- DecimalBoxTests.swift
- FloatBoxTests.swift
- IntBoxTests.swift
- KeyedBoxTests.swift
- NullBoxTests.swift
- SharedBoxTests.swift
- StringBoxTests.swift
- UIntBoxTests.swift
- UnkeyedBoxTests.swift
- URLBoxTests.swift
- BooksTest.swift
- BorderTest.swift
- BreakfastTest.swift
- CDCatalog.swift
- CDTest.swift
- NoteTest.swift
- PlantCatalog.swift
- PlantTest.swift
- RelationshipsTest.swift
- RJISample.swift
- RJITest.swift
- BoolTests.swift
- BoxTreeTests.swift
- DataTests.swift
- DateTests.swift
- DecimalTests.swift
- EmptyTests.swift
- FloatTests.swift
- IntTests.swift
- KeyedIntTests.swift
- KeyedTests.swift
- MixedContentTests.swift
- NestedStringList.swift
- NullTests.swift
- OptionalTests.swift
- StringTests.swift
- UIntTests.swift
- UnkeyedIntTests.swift
- UnkeyedTests.swift
- URLTests.swift
- BenchmarkTests.swift
- CDATAMixedUsageTest.swift
- CDATATest.swift
- ClassTests.swift
- CombineTests.swift
- DecodingContainerTests.swift
- DocTypeTests.swift
- EmptyArrayTest.swift
- EmptyElementEmptyStringTests.swift
- EscapedCharactersTest.swift
- IntOrString.swift
- KeyDecodingAndEncodingStrategyTests.swift
- MixedContainerTest.swift
- NamespaceTest.swift
- NestingTests.swift
- NodeEncodingStrategyTests.swift
- PrettyPrintTest.swift
- RootLevelAttributeTest.swift
- RootLevetExtraAttributesTests.swift
- SingleChildTests.swift
- SpacePreserveTest.swift
- LinuxMain.swift
- IDEWorkspaceChecks.plist
- WorkspaceSettings.xcsettings
- contents.xcworkspacedata
- xcschememanagement.plist
- XMLCoder.xcscheme
- project.pbxproj
- XMLCoder_Info.plist
- XMLCoderTests_Info.plist
- .gitignore
- .hound.yml
- .pre-commit-config.yaml
- .ruby-version
- .spi.yml
- .swiftformat
- .swiftlint.yml
- azure-pipelines.yml
- Brewfile
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- codecov.yml
- Gemfile
- Gemfile.lock
- LICENSE
- Package.swift
- pod.sh
- README.md
- test_swiftpm.sh
- test_xcodebuild.sh
- XMLCoder.podspec
π Installation Guide
1. Get the code
git clone https://github.com/CoreOffice/XMLCoder
Downloads the entire project code from GitHub to your computer.
cd XMLCoder
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
brew bundle # installs SwiftLint, SwiftFormat and pre-commit
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
