On Apr 14, 5:59 am, DarrylGo...@googlemail.com wrote:
> Hello
>
[quoted text clipped - 5 lines]
> form as a Resource document? If so, can you please tell me how to do
> so?
Darryl,
This is a problem I have been struggling with. I haven't found a way
to make an Excel file directly save as XML, in a way that makes sense
for the data. The XML is all about cell height, font, etc. You're
supposed to be able to export to XML if you create a schema and map
it, but this requires creating a schema, and there isn't a Microsoft
Office product that does that (many people recommend XMLSpy, but I
haven't used it much).
One thing I did was open Access and import the Excel file as a table.
(You have to do it as import table, not linked table, because linked
won't work once you get to InfoPath.) Then you can save the Access
table as XML, and it uses the row headings as element names. Then you
can write an InfoPath form based on that new XML file.
Hope this helps.
--Rachel Garrett
DarrylGould@googlemail.com - 16 Apr 2008 15:01 GMT
> On Apr 14, 5:59 am, DarrylGo...@googlemail.com wrote:
>
[quoted text clipped - 27 lines]
>
> --Rachel Garrett
Thanks Rachel. I will give that a try.