xmlbuilder2 icon indicating copy to clipboard operation
xmlbuilder2 copied to clipboard

An XML builder for node.js

Results 43 xmlbuilder2 issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When I try to use this library on Cloudflare Pages, I get the error ``` Cannot read properties of undefined (reading 'TYPED_ARRAY_SUPPORT') ``` This is relevant to...

bug

**Is your feature request related to a problem? Please describe.** In order to do `xml -> json -> xml` without any re-ordering, children must always be in an array, not...

enhancement

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies
ruby

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies
javascript

The current regex for replacing ampersands has a flawed check to see if the ampersand is used HTML-encoded character. The regex isn't working because it ignores whitespace between the `&`...

**Describe the bug** I am using `xmlbuilder2` in Node writing my code in TypeScript. I am unsure what is the recommended / idiomatic way to import the type `XMLBuilder` which...

bug

**Is your feature request related to a problem? Please describe.** I'm using `xmlbuilder2` to generate an XML file, which I'd like to import in InDesign. In order to have two...

enhancement

**Describe the bug** Entities like `&`, `>`, etc remain encoded when converting to eg object or json formats. Curiously, the quote entites (`"` and `'`) seem to translate fine **To...

bug

Please include a summary of the change and which issue is fixed. Fixes # (issue number) **Type of change**: - [x] Bug fix (non-breaking change which fixes an issue) -...

**Describe the bug** new nodes aren't added to the element you refer to but to wherever the pointer currently is in the node tree, i.e. the latest element or it's...

bug