Skip to content

handle .gz or similarly compressed file #9

Closed
@Moelf

Description

@Moelf

Document(file::String) = open(io -> Document(XMLTokenIterator(io)), file, "r")

adaopting this to

using CodecZlib
open(io -> Document(XMLTokenIterator(GzipDecompressorStream(io))), file, "r")

doesn't work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions