import xml using xmlmap WITHOUT linking to list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to know if there's any way to import xml using a defined xmlmap
object without putting the date directly into a list, i.e., can one get to
the raw xml from the databinding source?

Also, I want to confirm that the xmlmap object itself doesn't indicate what
list it's bound to, that you need to go through the list object.

Thanks.
 
Hi,

Currently I am researching the issue and we will reply here with more
information as soon as possible.
If you have any more concerns on it, please feel free to post here.

Thanks for your understanding!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi

Based on my research, so far we need to create a list, if you want to map a
xml schema onto an excel sheet.
To do the map, we need a unit in excel to correspond to the xml schema, so
that when we import the xml file, we know how to import the data into excel
sheet.

Also based on my research, the OM of XMLMAP did not expose interface about
the association between list and xmlschema.
The DataBinding property indicates which xml file is being imported.

If you still have any concern, I think you need to send a feedback.
http://office.microsoft.com/en-us/suggestions.aspx?Sitename=0&Type=2

Thanks for your understanding!

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top