I have XML Data that may or may not have <Section> text...
If the <Section> has text like so...
<Section>Blah Blah Blah Section Text</Section>
then I want to concatenate that <Section> Text Block with the <Section><Content> text
If the <Section> has no text, like so...
<Section>
Then I just want the <Section><Content> text block
Is there an easy way to do this?
Thanks for your review and am hopeful for a response.