Skip to content
Advertisement

Create XML from SQL select query

I am trying to create a xml from a SQL select, but I can not insert “:” (like cac:PartyTaxScheme), neither can put 2 data in one element, look element “cbc:CompanyID” (<cbc:CompanyID schemeName=”31″ schemeID=”0″ schemeAgencyID=”195″>900711000</cbc:CompanyID> ), how can I do it ? Next is the example I want to expect:

Thanks a lot

Advertisement

Answer

Using Xml Linq :

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement