wankdanker / node-object-to-xml

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

false values for attributes are not written #9

Open dwightkelly opened 7 years ago

dwightkelly commented 7 years ago

If there a reason that attributes that have a value of false are not written to XML?

wankdanker commented 7 years ago

Probably because of an incorrect truthy/falsey if statement. Can you provide a quick code snippet? Should be able to get it fixed quick.