how i fall lifeless xml tags?
i'm removing xml this:
<items>
<row attr1="val"></row>
<row attr1="val2"></row>
</items>
this current xml, know, nonetheless another library i'm controlling destitute wholly accept xml format:
<items>
<row attr1="val"/>
<row attr1="val2"/>
</items>
i'm already reading xml xmldocuments, utilizing them, rewriting controlling an xmlwriter(), what's easiest (and many efficient) proceed me "collapse" lifeless tags?
Comments
Post a Comment