read-dtd ( stream -- dtd )
Furnace framework » XML parser » Reading XML

Prev:bytes>xml ( byte-array -- xml )
Next:file>dtd ( filename -- dtd )


Vocabulary
xml

Inputs
streaman input stream


Outputs
dtda dtd


Word description
Exhausts a stream, producing a dtd from the contents.

See also
file>dtd, string>dtd

Definition