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

Fast and simple Javascript-based XML generator/builder for Node projects.

Results 25 node-xml issues
Sort by recently updated
recently updated
newest added

I have an XML document I am needing to deal with and would like to apply xpath type searches, for node selection, but I am not seeing any integrated approach....

When creating an xmlElement right before a textNode on the same level it is ignored. ``` javascript xml( { test:[ {'foo1':''}, {'bar1':''}, 'textNode', {'foo2':''}, {'bar2':''} ] } ) ``` Yields...

Is there any way to create a xml element with namespace? For example: ``` xml My table ```

This is not a criticism of your work, its great, but just something I don't understand. I'm so confused as to why when someone develops a `JSON` and `XML` converter...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@cl0wnk1n9) has found a potential issue, which I would be eager to share with...

I am going to send XML response from my node js api. When I am sending data like following ``` res.set('Content-Type', 'text/xml'); let example5 = [ { toys: [ {...

`xml({ foo: null })` works fine, but `xml({ bar: [ null, null ] })` causes the program to crash. I know it seems like an edge case, but I am...

Hello! Thx for your package! Could you please tell, how I could create such tag I tried { 'SOAP-ENV:Header': [] },but it becomes Not self-closing tag

I made a commit with jsdoc typing and replacing vars with consts and lets. But can't push to the remote. Please, allow contributing to the project.