treblereel / mapper-xml

j2cl/gwt compatible XML marshallers
Apache License 2.0
3 stars 3 forks source link

Xml adapter attribute #95

Closed treblereel closed 3 years ago

treblereel commented 3 years ago

@hasys

I have replaced XML example in the test to

"<?xml version='1.0' encoding='UTF-8'?><BeanWithAttribute value=\"test value\"/>";

because xml write collapse the empty node from <node></node> to </node>.

hasys commented 3 years ago

Hi @treblereel,

sorry for late response I was on PTO. Looks good to me, great job. Thank you!