How to remove space if XML node data is blank?
-
- Posts: 74
- Joined: Fri Dec 07, 2012 11:35 am
How to remove space if XML node data is blank?
Hi,
I want to remove space or line if xml file contain node without any data.
like;
XML:
<A></A>
<B>test1</B>
<C>test2</C>
mrt:
{Con.A}
{Con.B}
{Con.C}
Output :
blank line
test1
test2
but required Output is: (without blank line)
test1
test2
regards.
I want to remove space or line if xml file contain node without any data.
like;
XML:
<A></A>
<B>test1</B>
<C>test2</C>
mrt:
{Con.A}
{Con.B}
{Con.C}
Output :
blank line
test1
test2
but required Output is: (without blank line)
test1
test2
regards.
Re: How to remove space if XML node data is blank?
Hello.
Please, send us a report template with data for analysis.
Thank you.
Please, send us a report template with data for analysis.
Thank you.
-
- Posts: 74
- Joined: Fri Dec 07, 2012 11:35 am
Re: How to remove space if XML node data is blank?
Pls find the templates.
Thanks
Thanks
Re: How to remove space if XML node data is blank?
Hello.
You should set the Can Shrink property for all Text Components to True and Shift Mode to Increasing Size, Decreasing Size. Thank you.
You should set the Can Shrink property for all Text Components to True and Shift Mode to Increasing Size, Decreasing Size. Thank you.
-
- Posts: 74
- Joined: Fri Dec 07, 2012 11:35 am
Re: How to remove space if XML node data is blank?
Thank you Aleksey Andreyanov.
Re: How to remove space if XML node data is blank?
Hello.
We are very glad to help you.
Let us know if you will need any additional help.
Thank you.
We are very glad to help you.
Let us know if you will need any additional help.
Thank you.