express-xml-bodyparser icon indicating copy to clipboard operation
express-xml-bodyparser copied to clipboard

Simple XML body parser connect/express middleware

Results 13 express-xml-bodyparser issues
Sort by recently updated
recently updated
newest added

This is something supported by the regular express body parser. It would be nice to limit the body size, e.g. ``` app.use(xmlBodyParser({ limit: '1MB' })); ``` I'd be keen to...

enhancement

Could someone please clarify why there is a different package https://www.npmjs.com/package/xml-bodyparser with same github repository link and similar code except few updates like changed dependencies versions and code changes in...

Save raw body same way as bodyparser does

`bodyparser` has `verify` method. But this xml parser doesn't have anything like this

When entered an invalid XML form as content body, it throws error. However, I can not handle the error from the application and send a custom message. Is there any...

question

I added a new type definition for express-xml-bodyparser in @types

enhancement

Introduced through: [email protected][email protected] Fixed In: [email protected] Please upgrade internal package xml2js (v0.4.23 to v0.5.0) of express-xml-bodyparser

**Issue: [email protected] Fixed In: [email protected] Introduced through: [email protected][email protected]** Please upgrade internal package **xml2js** (v0.4.23 to v0.5.0) of **express-xml-bodyparser**

Hello, I have an XML file with a "&" character inside a field, and I am receiving an error message: "Error: Invalid character in entity name". However, when I manually...

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [handlebars](https://github.com/wycats/handlebars.js), [mkdirp](https://github.com/isaacs/node-mkdirp) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's...

dependencies