Hi,
Here is what I've done:
1. create a XML schema for creating typed dataset.
2. declare a typed dataset as the XML schema of step 1.
3. when I fill the dataset of step 2, I applied table mapping.
4. call dataset.GetXML function to get a xml string.
When I checked the xml file, I found a few attributes with d2p1 namespace,
for example,
<mem_plan mem_key="111" mem_hire="2003/1/2" d2p1:salary_min ="0"
xmlns:d2p1="htt p://tempuri.org/MemPlan.xsd"/>
Any idea?
Thanks
Here is what I've done:
1. create a XML schema for creating typed dataset.
2. declare a typed dataset as the XML schema of step 1.
3. when I fill the dataset of step 2, I applied table mapping.
4. call dataset.GetXML function to get a xml string.
When I checked the xml file, I found a few attributes with d2p1 namespace,
for example,
<mem_plan mem_key="111" mem_hire="2003/1/2" d2p1:salary_min ="0"
xmlns:d2p1="htt p://tempuri.org/MemPlan.xsd"/>
Any idea?
Thanks