Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1483 (new defect)

Opened 15 years ago

Last modified 14 years ago

SaxParser can't read from a stream

Reported by: torhu Assigned to: stonecobra
Priority: major Milestone: 1.0
Component: Tango Version: trunk
Keywords: Cc: torhu@yahoo.com, stonecobra

Description

tango.text.xml.SaxParser? has a public, documented parse(InputStream?) method that does nothing useful. It just crashes. :(

I assume whoever wrote it was waiting for PullParser? to get streaming support.

Please implement it, or at least remove it from the docs so noone has to waste more time because they think it actually works.

Change History

02/17/09 17:29:12 changed by torhu

  • keywords set to torhu@yahoo.com.

02/17/09 17:30:13 changed by torhu

  • cc set to torhu@yahoo.com.
  • keywords deleted.

02/17/09 18:55:38 changed by larsivi

I believe there has been some movement in this regard lately.

02/18/09 01:34:09 changed by kris

  • owner changed from kris to stonecobra.

02/18/09 07:18:13 changed by torhu

Cool. I can probably get by fine as it is with the file sizes I'm looking at for the moment, though.

03/29/09 13:31:11 changed by larsivi

  • milestone changed from 0.99.8 to 0.99.9.

01/12/10 11:11:57 changed by kris

  • cc changed from torhu@yahoo.com to torhu@yahoo.com, stonecobra.

02/07/10 19:17:46 changed by kris

  • milestone changed from 0.99.9 to 1.0.

02/07/10 19:29:03 changed by kris

made those methods private for now

02/07/10 19:29:37 changed by kris

(In [5350]) hid unfinished methods (see #1483)