Deal All,Is there a way to flatten xml nodes?Say, I have extracted the
xml from the PDF document like this:
Joe 123 July 13,
2010 2010-07-13
Paul
123 no where LN somewhere
And I want to flatten it like
this:
Joe 123 July 13,
2010 2010-07-13
Paul 123 no where LN
somewhere Is this possible?Thanks,Paul