wankdanker / node-object-to-xml

Convert any JavaScript object to XML
MIT License
19 stars 8 forks source link

Correction of '#' management for false|'0' values #16

Open Fadlanma opened 4 years ago

Fadlanma commented 4 years ago

Hi, I would like to submit this modification in order to manage false or zero values passed on the '#' attributes. As of now they are not converted correctly in xml and creates the following pattern: <node><#>0<#/></node> instead of <node>0</node>.

This is the first time that i make a pr on a project so don't hesitate to tell me if this is not the correct procedure of if anything is missing/wrong.

Best regards, Maxime Fadlane