API/method for generating InfoPath 2007 form template?

L

lhartford

Hi,
I looked through the .NET APIs and the focus seems to be in writing code
that runs in a form template and adds features to the template. I need to
generate a template from scratch (or starting from a blank .xsn) - are there
any API helps for doing this? My assumption is that it's all about using
..NET XML libraries to write the XML/XSD/Manifest/etc... files found in the
..XSN then somehow packaging them into the final .XSN.
 
D

Don Reamey \(MSFT\)

There are not any InfoPath APIs that support generating an InfoPath
document. However, the InfoPath XSN contains XML, XSD which you could create
using any XML API.

The InfoPath XSN is documented as part of the Office APIs. They can be found
on MSDN and downloaded free of charge. Using this documentation and an XML
API you could generate and XSN.

--
Don Reamey
Microsoft
Software Development Engineer
InfoPath Forms Server
http://blogs.officezealot.com/dreamey
 
B

Bob.SyMed

The InfoPath XSN is documented as part of the Office APIs. They can be found
on MSDN and downloaded free of charge. Using this documentation and an XML
API you could generate and XSN.


Uhhh... Where? I can't seem to find the documentation.

-Bob
 

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

Top