ark Studenka [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 09, 2004 11:23 PM
To: [EMAIL PROTECTED]
Subject: Re: Parser issue
So, I'm using a SAX parser, so the closing tag shouldn't be an issue
if it's not there. But, it did point me in the right direction. The
parser was th
>
> -Original Message-
> From: Mark Studenka [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 09, 2004 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: Parser issue
>
>
> I'm having a small issue that I'm having some problems debugging.
>
> I'm getti
From: Mark Studenka [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 09, 2004 1:50 PM
> To: [EMAIL PROTECTED]
> Subject: Parser issue
>
>
> I'm having a small issue that I'm having some problems debugging.
>
> I'm getting an exception: "XML document s
You are missing the end tag, or did you just omit to
show it?
-Original Message-
From: Mark Studenka [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 09, 2004 1:50 PM
To: [EMAIL PROTECTED]
Subject: Parser issue
I'm having a small issue that I'm having some problems debug
I'm having a small issue that I'm having some problems debugging.
I'm getting an exception: "XML document structures must start and end
within the same entity"
I'm trying to implement a jabber server. So I'm parsing off an incoming
socket connection and can't actually see the data as it comes