[Oberon] AosIO from a connection and eof
    Thomas Frey 
    frey at inf.ethz.ch
       
    Mon Jun  6 09:04:29 CEST 2005
    
    
  
> It seems like I have a problem. In WebDAV I have to parse XML which is coming
> from a reader on a connection. Now the XMP parser is parsing until eof.
> But the connection doesn't provide an eof. So what ?
> Would closing the connection provide a eof ?
Closing the Connection will give you an eof. Also the last chunk in
chunked encoding in HTTP will set eof.
> The parser hangs. I modified the parser that it exits after it got the whole 
> <tag> ... </tag> but obviously that's no solution :-(
This is unfortunatley not a solution because XML has many irregularities
(i.E. instructions that can be outside the "scope" of the main element).
--Thomas
    
    
More information about the Oberon
mailing list