Skip to content

xs namespace missing in DocumentMetadataHandle.getProperties() #261

@sammefford

Description

@sammefford

The following generates invalid XML because it's missing the xs namespace declaration:

 DocumentMetadataHandle metadataHandle = new DocumentMetadataHandle();
 DocumentMetadataHandle.DocumentProperties props = metadataHandle.getProperties();
 properties.put(QName.valueOf("test"), "test");
 System.out.println("Invalid XML: " + metadataHandle);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions