Error in parsing XML for following test data

abhishek guptaabhishek1983 at gmail.com
Tue Jan 29 05:29:30 EST 2008


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.



More information about the Python-list mailing list