How to set custom namespace
HiApologies in advance if the answer to this question is BI Pubisher 101...
We look purely at architecture and performance and our developers have written code to update the output from XDO as they tell me that they cannot have specific text in the XML template.
The XML output from XDO contains the root <P2PEnSchedule> and they want this:
<P2PEnSchedule xmlns="http://www.mycorp.uk/p2p" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">';
I am being told that in order to do this they have to read the XML output and write a new file with the <P2IPEnSchedule> rewritten.
We look purely at architecture and performance and our developers have written code to update the output from XDO as they tell me that they cannot have specific text in the XML template.
The XML output from XDO contains the root <P2PEnSchedule> and they want this:
<P2PEnSchedule xmlns="http://www.mycorp.uk/p2p" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">';
I am being told that in order to do this they have to read the XML output and write a new file with the <P2IPEnSchedule> rewritten.
0