Error in parsing XML for following test data

John Machin sjmachin at lexicon.net
Tue Jan 29 14:00:21 EST 2008


On Jan 29, 9:29 pm, abhishek <guptaabhishek1... at gmail.com> wrote:
> Hello group,
>
> I am having problem parsing following data set from XML. Please
> provide hints on how to rectify this problem.

You have provided no hints on what your problem is. What output do you
want? What have you tried? What output and/or error message(s) did you
get? What does "from XML" mean?

>
> I am using python2.4 version
>
> this is te test data that i am using --
>
> """""""
> 1!!!!!!!!!!!!!!!11
> 2@@@@@@@@@@@@@@@22
[snip]
> 33.................
> Special Characters
> #!/bin/bash
> #start TG app
> cd $1
> exec ./start-infopsyM.py
>
> """""""
>
> This is really a nasty data set.

It looks like
(a) easily parseable but totally uninteresting guff
followed by
(b) the start of a bash script

Is this some kind of joke? You are not trying to disassemble it, are
you?




More information about the Python-list mailing list