GitbookIO / node-onix

Node.JS library to parse/generate ONIX XML files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naive xml parsing

reduxdj opened this issue · comments

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.