Community
Participate
Working Groups
Created attachment 83629 [details] suggested patch When the partnerLinkType is inserted, the logic needs to check if a namespace-prefix is already defined for the namespace of the selected partnerlinkType. If not, it needs to add the prefix declaration (e.g. xmlns:ns2="http://test.com"), and use that prefix when it inserts the partnerlinkType attribute (e.g. partnerLinkType="ns2:myPartnerLinkType"). Here is a small patch to fix this problem.
I reviewed the Patch and integrated it since I found it to be OK.
Comment on attachment 83629 [details] suggested patch Updated iplog flag for v1.0 release review.