https://github.com/feenkcom/xmlparser
https://github.com/feenkcom/xmlparser
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/feenkcom/xmlparser
- Owner: feenkcom
- License: mit
- Created: 2019-10-22T08:16:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T18:41:38.000Z (over 2 years ago)
- Last Synced: 2023-11-10T19:36:21.844Z (over 2 years ago)
- Language: Smalltalk
- Size: 414 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**DEPRECATED**: use instead https://github.com/feenkcom/XML-XMLParser
# XMLParser
This is a copy and fork of the project from: http://www.smalltalkhub.com/#!/~PharoExtras/XMLParser
```
Metacello new
baseline: 'XMLParser';
repository: 'github://feenkcom/XMLParser/src';
load.
```