on 2021 Jul 01 4:39 AM
Hello experts I'm currently working in CPI on a thread, which from a productId, queries a service that brings extra information, with which to expand the original xml. I have 2 doubts punctually:
1. The service is returning to me a structure that looks like xml, but I think it's not an xml as such... I've been trying to extract those fields with an "XSLT Mapping" but it causes me errors (as if I didn't recognize the path I indicate), and I haven't really found a way to do it.
The structure looks like:
<feed>
<entry>
<content>
<link href="aaaaaaa')" rel="edit" title="aaaaaaa" />
<content type="application/xml">
<m:properties>
<d:SalesUoM>XBO</d:SalesUoM>
<d:MinimumOrderQuantity>12.00000000000000</d:MinimumOrderQuantity>
</m:properties>
</content>
</entry>
</feed>
2. From 2 different XMLs can I make a new XSLT that maps fields from both files?
Thanks for reply 🙂
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.