Open pelicanorojo opened 8 years ago
with this xml: `
and this handlers: xml.on('EndElement: MyElement', (myElement) => { console.log('detected 1'); });
and this handlers:
xml.on('EndElement: MyElement', (myElement) => { console.log('detected 2'); }); `
the console will have: detected 1 detected 2 detected 1 detected 2
with this xml: `
and this handlers:
xml.on('EndElement: MyElement', (myElement) => { console.log('detected 1'); });xml.on('EndElement: MyElement', (myElement) => { console.log('detected 2'); }); `
the console will have: detected 1 detected 2 detected 1 detected 2