Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Sep 22, 2023
1 parent 3579484 commit 793bff2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cyclonedx/output/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def output_as_string(self) -> str:
self._root_bom_element, method='xml',
encoding='unicode', xml_declaration=True,
# cannot set defaultNS, because the stupid XML serializer forgot to set NS on attributes.
# therefore, the defaultNS was registered as name with empty string. see above.
# therefore, the defaultNS was registered as nsID with empty string. see above.
# see https://github.com/madpah/serializable/issues/12
# default_namespace=self.get_target_namespace()
)

Expand Down

0 comments on commit 793bff2

Please sign in to comment.