Rank: Newbie
Joined: 9/8/2009 Posts: 4
|
Hello All,
We are using MapFOrceControl in c# .net.
When a user creates a new mapping, we want to open the control after initialization of: 1. sourceXSD + root tag 2. targetXSD+ root tag 3. example input XML
But couldn't find how to initialize the root tags. Does anyone knows how?
Many thanks, Adi
|
Rank: Advanced Member
Joined: 6/16/2006 Posts: 502 Location: AT
|
When you call InsertXMLSchemaWithSample, the third parameter is the root element name.
|