I need to create a XSLT stylesheet in a specific namespace /XYZ/XSLTNAME
This is no problem, but the ABAP structures are also in the above namespace and is used inside the XSLT. This causes a problem since the tags then have the start tag </XYZ/XSLTNAME> and the end tag <//XYZ/XSLTNAME> which ofcause is not possible.
Does anybody have a solution to this problem.
Thank you in advance.