XSL Transform of InfoPath '03 form upon submit to Sharepoint '03 form library

B

Barry Prentiss

Hi,
I need to sort a repeating table within an InfoPath '03 form upon submit to
a Sharepoint Portal Server '03 form library.
I think xslt is the right approach, but how do I implement this?
InfoPath designer overwrites all files in the form library on update.
Should the xslt file be housed on the SPS server? If so, where?
How does the form.xml file call the transform upon submit?
Thx,
Barry
 
D

Don Reamey \(MSFT\)

I think the only way to do this would be to use code. You would need to have
a submit event that did a transform of the data. You don't necessarily need
to do an XSL transform you can use the .NET XML APIs to grab the data and
modify and update the parent node.

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

Barry Prentiss

Thx Don,
Alas, InfoPath '03 only supports jscript and vbscript for coding.
Also, It doesn't appear that I can use both code and Rules for the submit
action, and I am heavily dependent on Rules.
This is why I was hoping for an xsl transform upon submit.
Thx,
Barry
 

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