node-onix
node-onix copied to clipboard
Naive xml parsing
Your naive xml parser is unfortunate, why not use something better. you didn't plan for CDATA
@reduxdj if that may be of any help, I have made a fork of node-onix that depends on my fork for xml-schema, which itself depends on my CDATA-supporting fork of xml-parser. :-\ It's here: https://github.com/christianroy/node-onix (my initial intent was to add ONIX 3 support, which I did, for a limited subset of tags).
Cool, thanks i'll have a look.