Skip to Content
0
Former Member
May 20, 2010 at 02:42 PM

UBL namespace

85 Views

Hi everyone,

I have a problem in creating the UBL structure. My structure is like below:

<ns1:UBLExtension>

<ns1:ExtensionContent>

http://www.w3.org/2000/09/xmldsig#">

<ns2:SignedInfo Id="">

<ns2:CanonicalizationMethod Algorithm=""/>

the UBL structure I must create is like below:

<cbc:UBLVersionID>2.0</cbc:UBLVersionID>

<cbc:CustomizationID>1.0</cbc:CustomizationID>

<cbc:ProfileID>asdasd</cbc:ProfileID>

<cbc:ID>2345678</cbc:ID>

<cbc:CopyIndicator>false</cbc:CopyIndicator>

the prefixes are different. In my structure they are ns1. The original is cdc.

How can I change this. Has anyone any know how on processing UBL structures?