0
votes
0answers
25 views

Reduce Infopath form size

Is there anyway to reduce the Infopath form Size, currently my form size is around 700kb. I exported the files i see major size consumers are manifest and xslts. In Xslts i see Infopath has too many ...
0
votes
0answers
23 views

Where to find XSL InfoPath functions?

I'm trying to render XML from an InfoPath form with the XSL of one of the forms views (to HTML). This works so far, using a XslCompiledTransform. But some functions are not found and hence not ...
0
votes
2answers
115 views

Insert optional element between other optional elements in XML document… according to schema?

Really hard to fit the explanation into an accurate title but I tried. Anyhow the question is simple. Given the following xml: <Parent> <Child/> <Child/> <Child/> ...
1
vote
1answer
240 views

using xslt to remove info path declarations form info path XML ? <? mso …>

Using xslt I was able to remove the namespaces, but how do I remove the <?mso...?> tags? I am trying to convert the info path XML to XML and store it in a database. <?xml ...
0
votes
1answer
713 views

Cannot find a script or an extension object associated with namespace 'http://schemas.microsoft.com/office/infopath/2003/xslt/xDocument'

I'm attempting to XSLT transform an InfoPath document from XML to HTML, and I get the following error: Cannot find a script or an extension object associated with namespace ...
1
vote
1answer
139 views

Is it possible to build an XML document from a list of XPath values and the XML XSD?

I have a list of name/value pairs that I would like to map into an XML document. My idea is this, assign each of the names an XPath like this: Account_Number = 4294587576-32 = ...
1
vote
1answer
589 views

embed an image from sharepoint library in a pdf generated using itextsharp

I have an infopath form which when submitted generates a pdf file with the same form content(XML) using itextsharp library. I have a node in infopath form that contains the URL of an image from a ...
0
votes
1answer
658 views

How to remove an element from InfoPath XML using XSL

I have the standard XML form and am having problems removing an element. XML <my:myFields> <my:Attachment>some values</my:Attachment> </my:myFields> I have tried using ...
2
votes
1answer
1k views

Load old XML data into new version of InfoPath form

We have an ASP.NET application with an InfoPath forms component, delivering InfoPath forms to the browser using InfoPath Forms Server. Rather than save the forms in SharePoint, we submit the XML form ...
0
votes
2answers
534 views

XslCompiledTransform causes grief with Infopath

I am not an infopath developer and this is my first real encounter with XSLT. Lately i've had to work on a project where i need to convert an infopath form uploaded to Sharepoint into html. Once in ...