cancel
Showing results for 
Search instead for 
Did you mean: 

Exception while running xslt mapping

Former Member
0 Kudos

Hi all,

I am doing an xslt mapping to get an html content . Within xslt mapping code i am using "&nbsp" to add white space . I am using Stylus Studio to run the mapping , when i run it in Stylus , its executing fine.

But once I import this xslt mapping into XI & run it from Interface mapping , i am getting (The entity "nbsp" was referenced, but not declared.) excpetion.

I have declared <!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "&#160;"> ]> as well in my mapping ...even then i am getting the error.

Please provide ur inputs

Regards

Vinay P

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vinay,

Can you please share the exact line in XSLT?

If I may suggest, you can use a simple way like <xsl:value-of select="concat('txt1',' ','txt2')"/> or simply <xsl:text>text1 text2<xsl:text>

If this does not address, please provide more details on the problem statement.

Thanks and Regards,

Sarath...

Former Member
0 Kudos

Thanks for the response . Its working now

Regards

Vinay P.