XSLT Mapping using foreach
问题 This is the sample XML data that i am using and then i have to pass all the values to an additional properties tag.. <ns1:Quote> <ns1:QuoteVendor>123</ns1:QuoteVendor> <ns1:QuoteNumber>sai</ns1:QuoteNumber> <ns1:QuoteVersion>sri</ns1:QuoteVersion> <ns1:QuoteValue>sas</ns1:QuoteValue> <ns1:QuoteProperty>sandy</ns1:QuoteProperty> </ns1:Quote> After transformation using XSLT i am expecting the format as <AdditionalProperties> <ns1:Properties> <ns1:Propertyname>QuoteVendor</ns1:Propertyname> <ns1