Actions
Bug #3403
closedxmlns without a : is serialized incorrectly
Start date:
06/19/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3403
Description
if you upload a document with an xmlns=xxx instead of xmlns:y=xxx to metacat, it uploads correctly, but when you read the document, metacat erroneously puts a ":" into the xmlns, which makes the document invalid.
Updated by Chad Berkley over 16 years ago
added an if statement to check for this condition. it now prints the xmlns out correctly.
Actions