Sunday, 28 September 2014

BizTalk Developer - Interview Question 1.

Rewrite the following xml without using namespace prefixes:


<ns0:RootNode Code="COMP" xmlns:ns0="http://ABC.Schemas.RootNode">
  <Identifier>X984991</Identifier>
  <Products>
    <Product>
      <Code>WW01</Code>
      <Description>Winter Woolies</Description>
    </Product>
  </Products>
</ns0:RootNode>

No comments:

Post a Comment