Payment format Template Generation
HI All
I am using the standard Oracle seeded XSL template to generate payments formatted output (IBY_SEPA) to generate xml output.
When there is no data for a tag, we see a closing tag such as </AddressLine2> . Our bank wants a space before the closing /. For empty tags, they want to see, < /AddressLine2>
How do I achieve this using XSL?
Thanks
Anjali