Skip to content

transform() of XMLTools doesn't work if source doesn't have a systemID #4

@joeha480

Description

@joeha480

If no systemID is set for the source, no transform is performed. While it is a good idea to set a system id, the transform should still happen, or an exception should be thrown at least.

There is an if statement that requires a systemID to be set here:
https://github.com/brailleapps/dotify.common/blob/master/src/org/daisy/dotify/common/xml/XMLTools.java#L341

If this if-statement is not true, nothing happens. (Wow!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions