davidcalhoun / jstoxml

JavaScript object to XML converter (useful for RSS, podcasts, GPX, AMP, etc)
MIT License
178 stars 23 forks source link

_attrs of object not showing if parent object has _content value #84

Open ghifar1 opened 2 weeks ago

ghifar1 commented 2 weeks ago

example code. image result. image

but if i add value to _content: example code. image rss items is array of XmlElement result. image

atom:link attributes gone

ghifar1 commented 2 weeks ago

if you need rssItems object image