joakimrosendahl
14 years agoNew Contributor
Remove Empty Content
Hi,
I almost found the perfect solution to a problem I am facing, but I don't know if you regard this as a bug or as a new feature. It seems like the feature "Remove Empty Conent" only processes the request once, but I was hoping it to do multiple passes. Removing all empty tags can result with an empty tag =). Example: Removing empty content in this pseudo-xml:
<tag1>
<prop1/>
<prop2></prop2>
</tag1>
The result from this is an tag with empty content:
<tag1/>
Regards,
Joakim.
I almost found the perfect solution to a problem I am facing, but I don't know if you regard this as a bug or as a new feature. It seems like the feature "Remove Empty Conent" only processes the request once, but I was hoping it to do multiple passes. Removing all empty tags can result with an empty tag =). Example: Removing empty content in this pseudo-xml:
<tag1>
<prop1/>
<prop2></prop2>
</tag1>
The result from this is an tag with empty content:
<tag1/>
Regards,
Joakim.