XMLLightWeightParser have error

Hi all,

I am using wildfire 3.1.

And When client send a packet such as as a full message. So dom4j throw exception.

Do you know this error?

example:

parser.read();

if(parser.areThereMsgs()){

String[] test = parser.getMsgs();

for(int i=0;i<test.length;i++){

System.out.println(test[i]_"***********************"_i);

}

}

If i send

"

then OK.

why? help me! My email is wangmingzhesl@163.com!

Hi Jeff,

it may be funny to post the same issue or question five times but this depends on ones humor. You can always edit your post if you want to change it or reply to your post if you want to do so.

If you could mark the lines you did change in Wildfire and use a … tag to format your code one could like to take a look at it.

And if one wants to send you an email one will look in your profile but this is a forum and not a mailing list.

LG