Good Day!
So I've been looking around to for a solution to a problem I have in an integration project with SAP Business One Integration framework.
The long and short of it is that I need to pass the value of an xsl function to serve as the value for an xml element's attribute.
As such:(Or rather, this is what I'm trying to achieve)
<Party role=<xsl:value-of select="$msg/BOM/BO/BPAddresses/row/AddressType"/>>
<PartyIDs>
blahblah
I was wondering. Is it possible to maybe pass a variable to the attribute instead? Kinda new to xslt and the lot..so any advice would be appreciated. Thank you in advance!