cancel
Showing results for 
Search instead for 
Did you mean: 

XML tag question

Former Member
0 Kudos

Hello everyone!

I'd like to add a prefix to my XML tags in the XSLT mapping i created, for example, I want <b><BuyerOrderNumber>100000456</BuyerOrderNumber></b> to look like this <XCBL35:BuyerOrderNumber>100000456</XCBL35:BuyerOrderNumber>

Is there anyway to declare an instruction in the XML header to make this happen without editing the fieldnames directly?

Warm regards,

Glenn

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

I dont think it is possible with xslt.

This could be handled through the java coding but for XSL, even if u call Java function, it doesnt seem to be achievable

Regards,

Prateek

Answers (0)