April 4, 201312 yr I'm attempting to import a single XML record set (see attachment)XML_In.bmp. I've tried using the example XSLT provided by FM msdso_elem.xslt.txtwhich works fine for records that have even the simplest hierarchy. If I add another layer to the incoming XML , for example, AccountRecord like this: <Account> <AccountRecord> <AvailableCashBalance> . etc. . . </AccountRecord> </Account> then the sample XSLT works fine. The XML stream that I get form HTTPS however does not have this kind of hierarchy; I'm always given the structure that you see in the attachment. My question is how should the sample XSLT (also attached)msdso_elem.xslt.txt be modified to handle this XML? Or if you have an alternative XSLT coding I would use that. This is my first experience in XSLT thus this may seem rather elementary. Thanks for your understanding and help. Unc
April 5, 201312 yr Author My issue is resolved. I abandoned the XML import and solved it with a CSV approach. Thanks. Unc
Create an account or sign in to comment