Re: [xsl] problem with entites in xsl

Subject: Re: [xsl] problem with entites in xsl
From: "Rob Lugt" <roblugt@xxxxxxxxx>
Date: Thu, 26 Jul 2001 17:27:25 +0100
Narendra wrote:

>
> i am using XHTML for my application development.i use the XSLT for
> processing the XHTML(i use Apache Xalan as XSLT processor).
>
> the problem i am facing is i have lot of &nbsp; in my XHTML.so i declared
an
> entity in my xsl as
>
> <!DOCTYPE xsl:stylesheet [
> <!ENTITY nbsp "&#160;">
> ]>
>
>
> but the processor still complains that  the entity nbsp was referenced,but
> not declared.
>

You need to declare the &nbsp; entity in the xml file where it is
referenced.  In other words, if your input file contains references to it,
add your doctype declaration to that file.

~Rob



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread