cfpb / node-wcag

WCAG and Section 508 accessibility audits from the command line.
Creative Commons Zero v1.0 Universal
31 stars 8 forks source link

Switch from xml2json to xml2js #28

Closed zrrrzzt closed 9 years ago

zrrrzzt commented 9 years ago

xml2js is a parser written in pure JavaScript so the node-gyp buildstep we get by using xml2json will no longer be necessary.

Haven't looked into if we can just switch or if it requires a lot of extra work.

zrrrzzt commented 9 years ago

It was quite easy so I implemented it myself in #30