So far, mainly used xmlLinguist to translate text to xml. Now, Have to convert xml to text file, and xml is somewhat complex. Example:
Output should look like:
Input xml looks like:
The input xml fields are in different branches but the output needs to be in same records. Is this possible?
Thanks...
Output should look like:
Text1 Text2 Text3 Text4
Input xml looks like:
<Doc> <Node1> <SubNode1> <Field1>Text1</Field1> <Fielld2>Text2</Field2> </SubNode1> <SubNode2> <Field3>Text3</Field3> <Field4>Text4</Field4> </SubNode2> </Node1></Doc>
The input xml fields are in different branches but the output needs to be in same records. Is this possible?
Thanks...
