Skip to Content
0
Former Member
Dec 18, 2006 at 09:37 AM

XML not well formed in - XSLT mapping

68 Views

Hi,

I am doing a simple xslt mapping wherein my Source data structure is

MT

|__ details

|__ Records

|_emp_no

|_ emp_name

|_emp_dno

In XSL file i hv specified <xsl:template match="MT">

and I am using <for-each select="details/Records">

when I m testing it in Interface mapping, it is giving me error "XML not well formed"

can anybody please suggest whats the problem in the code??

Thank you,

Anu Singhal