i hav a xml file like this ,file name is well-test-files.txt
<AlrtType>Charg eBack</AlrtType>
<TrnType>Debi t</TrnType>
<Amt>1.00</Amt>
<CurCode>USD</CurCode>
<ActionCode>Fin ancialTran</ActionCode>
1.Calculate how many lines are in wells_test_file .txt
2. Get values from all tags in wells_test_file .txt using split command
<AlrtType>Charg eBack</AlrtType>
<TrnType>Debi t</TrnType>
<Amt>1.00</Amt>
<CurCode>USD</CurCode>
<ActionCode>Fin ancialTran</ActionCode>
1.Calculate how many lines are in wells_test_file .txt
2. Get values from all tags in wells_test_file .txt using split command
Comment