node-onix icon indicating copy to clipboard operation
node-onix copied to clipboard

Naive xml parsing

Open reduxdj opened this issue 7 years ago • 2 comments

Your naive xml parser is unfortunate, why not use something better. you didn't plan for CDATA

reduxdj avatar Jun 07 '17 20:06 reduxdj

@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).

christianroy avatar Jun 12 '17 12:06 christianroy

Cool, thanks i'll have a look.

reduxdj avatar Jun 29 '17 23:06 reduxdj