Hi Diane, Would you post your query and xml-mapping file? Are you using an xml-mapping file? Am I correct in my reading of your question as being more concerned with the creation of XML rather than how that data is handled in InfoPath (which I have no experience with).
We have tackled this problem by creating java server pages that execute subroutines on our UniVerse server. These subroutines execute queries that return XML. We format the XML using an XML-mapping file, but in some cases we also process the XML within the subroutine by applying an XSL-transform. We also will (within the subroutine) just search and replace "problematic" text if our needs are less complex. I can post code samples, if you think that would be helpful. Regards, Rick ----- Original Message ---- From: "Boyd, Diane" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Tuesday, October 10, 2006 5:00:01 PM Subject: [U2] Creating XML from Universe and using multi values in InfoPath 2003 Good Afternoon: I was wondering if anyone has had experience creating a Universe element 'centric' XML file and using that XML file in InfoPath ? If so where you able to properly display multi value fields in a table or master/detail control? I am using InfoPath 2003 with a drop down list box which displays screen titles (not the ID of the record source). I used an XSL conditional statement to equate the screen title to the ID of the node (field) to display additional fields in InfoPath. After a screen title is selected from the drop down list box the single value fields for that group display correctly that fields for that group display correctly. The multi value fields using the same rule logic is not displaying at all I believe the problem is the XML file created by Universe creates a node name <FIELD-MV > then creates the tags for the multi value fields. Thanks D.Boyd Programmer Analyst [demime 1.01d removed an attachment of type image/gif which had a name of image001.gif] ------- u2-users m ease visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
