This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: problem with entites in xsl


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   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]