Skip to Content
0
Former Member
Oct 19, 2005 at 10:37 AM

Using XSLT in ABAP with registreted namespace

34 Views

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.