aboutsummaryrefslogtreecommitdiff
path: root/node_modules/xml2js/incompat.coffee
blob: 553396567d78a6e2063bfdce55f35873cb20905c (plain)
1
2
3
4
5
{parseString} = require './lib/xml2js'
xml = '<outline htmlUrl="futurity.org" text="Futurity.org" title="Futurity.org" type="rss" xmlUrl="http://www.futurity.org/feed/"/>'
parseString xml, (err, result) ->
    console.dir result