↧
Allow options to be passed on instantiation or method call.
Allow options to be passed on instantiation or method call.
View ArticleFix issue #22 - Don't emit an `error` event when using CPS unless the…
Fix issue #22 - Don't emit an `error` event when using CPS unless there is also a handler attached to the `error` event.
View ArticleAdd script to dump parsed feeds to console. Useful for debugging.
Add script to dump parsed feeds to console. Useful for debugging.
View ArticleAdd nslookup function for checking whether a uri matches the default …
Add nslookup function for checking whether a uri matches the default for a namespace.
View ArticleAdd 'xml' to default namespaces lookup table.
Add 'xml' to default namespaces lookup table.
View ArticleAdd nsprefix function for getting the "default" prefix for a given na…
Add nsprefix function for getting the "default" prefix for a given namespace uri.
View ArticleRefactor to handle use of nondefault namespaces
Refactor to handle use of nondefault namespaces
View ArticleAdd test for issue #23 (non-default namespaces)
Add test for issue #23 (non-default namespaces)
View ArticleHandle namespaced elements that use nondefault namespace prefixes
Handle namespaced elements that use nondefault namespace prefixes
View ArticleAdd more namespaces and sort sort-of alphabetically
Add more namespaces and sort sort-of alphabetically
View Article