mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-13 07:03:04 +08:00
6 lines
230 B
CoffeeScript
6 lines
230 B
CoffeeScript
{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
|
|
|