opmlparser 0.0.1 copy "opmlparser: ^0.0.1" to clipboard
opmlparser: ^0.0.1 copied to clipboard

outdated

A dart package for parsing OPML.

OPML Parser #

Build Status Pub

A dart package for parsing OPML.

Installing #

Add this line into your pubspec.yaml

opmlparser: ^0.0.1

Import the package into your dart code using:

import 'package:opmlparser/opmlparser.dart';

Example #

To parse string into Opml object use:

Opml opml = Opml.parse(xmlString);

Preview #

OPML

opml.title
opml.dateCreated
opml.dateModified
opml.ownerName
opml.ownerEmail
opml.ownerId
opml.docs
opml.expansionState
opml.vertScrollState
opml.windowTop
opml.windowLeft
opml.windowBottom
opml.windowRight

OpmlItem item = opml.items.first;
item.title
item.text
item.description
item.type
item.version
item.xmlURL
item.httpURL
item.language

License #

OpmlParser is licensed under the GPLv3 License - see the LICENSE.md file for details.

3
likes
0
points
35
downloads

Publisher

verified publisherabhinavmarwaha.com

Weekly Downloads

A dart package for parsing OPML.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

intl, xml

More

Packages that depend on opmlparser