A
abhishek
Hello group,
I am having problem parsing following data set from XML. Please
provide hints on how to rectify this problem.
I am using python2.4 version
this is te test data that i am using --
"""""""
1!!!!!!!!!!!!!!!11
2@@@@@@@@@@@@@@@22
3###############33
4$$$$$$$$$$$$$$$44
5%%%%%%%%%%%%%%%55
6^^^^^^^^^^^^^^^66
7&&&&&&&&&&&&&&&77
8***************88
9(((((((((((((((99
10)))))))))))))))00
11-----------------
12=================
13+++++++++++++++++
14|||||||||||||||||
15\\\\\\\\\\\\\\\\\
16<<<<<<<<<<<<<<<<<
17>>>>>>>>>>>>>>>>>
18/////////////////
19?????????????????
20;;;;;;;;;;;;;;;;;
21:::::::::::::::::
22'''''''''''''''''
23"""""""""""""""""
24[[[[[[[[[[[[[[[[[
25]]]]]]]]]]]]]]]]]
26{{{{{{{{{{{{{{{{{
27}}}}}}}}}}}}}}}}}
28*****************
29+++++++++++++++++
30-----------------
31`````````````````
32~~~~~~~~~~~~~~~~~
33.................
Special Characters
#!/bin/bash
#start TG app
cd $1
exec ./start-infopsyM.py
"""""""
This is really a nasty data set.
I am having problem parsing following data set from XML. Please
provide hints on how to rectify this problem.
I am using python2.4 version
this is te test data that i am using --
"""""""
1!!!!!!!!!!!!!!!11
2@@@@@@@@@@@@@@@22
3###############33
4$$$$$$$$$$$$$$$44
5%%%%%%%%%%%%%%%55
6^^^^^^^^^^^^^^^66
7&&&&&&&&&&&&&&&77
8***************88
9(((((((((((((((99
10)))))))))))))))00
11-----------------
12=================
13+++++++++++++++++
14|||||||||||||||||
15\\\\\\\\\\\\\\\\\
16<<<<<<<<<<<<<<<<<
17>>>>>>>>>>>>>>>>>
18/////////////////
19?????????????????
20;;;;;;;;;;;;;;;;;
21:::::::::::::::::
22'''''''''''''''''
23"""""""""""""""""
24[[[[[[[[[[[[[[[[[
25]]]]]]]]]]]]]]]]]
26{{{{{{{{{{{{{{{{{
27}}}}}}}}}}}}}}}}}
28*****************
29+++++++++++++++++
30-----------------
31`````````````````
32~~~~~~~~~~~~~~~~~
33.................
Special Characters
#!/bin/bash
#start TG app
cd $1
exec ./start-infopsyM.py
"""""""
This is really a nasty data set.