This isn't working for me...

I get that
[EMAIL PROTECTED] Schematron]$ Xalan router2.xml chadtest.xsl
XSLT warning: Fatal Error at (file chadtest.xsl, line 3650, column 32): Entity
'nbsp' was not found (chadtest.xsl, line 3650, column 32)
SAXParseException: Entity 'nbsp' was not found (chadtest.xsl, line 3650, column
32)

Using the   I get the following output:
Please check RouterId = '�
chad2
 ' and correct this issue.

Thanks, chad





Eric Pailleau <[EMAIL PROTECTED]> on 22/01/2004 03:09:05 AM

Please respond to [email protected]

To:   [email protected]
cc:    (bcc: Chad Williamson/BOW Software Inc.)

Subject:  Re: Anyone seen this XSLT error before? Upgraded from Xalan 1.6 to 1.7


Chad Williamson wrote:
>
>
> I've been using Xalan 1.6(with Xerces 2.3.0) as my XSLT transform engine with
no
> problems.  I gave our customer the files and they are using Xalan 1.7(with
> Xerces 2.4.0) and they get this error and I don't...  I'm investigating the
> differences in versions and platforms, but was hoping that someone else may
have
> seen it :-)  I've been generating my xsl files using Schematron, but I think
> this problem is unrelated to that.
>
> Thanks, chad
>
>
>>Xalan -o out_put router2.xml shiva-temp.xsl

Try to replace :
<axsl:text xml:space="preserve"> </axsl:text>

with a simple  &nbsp;(if declared) or &#160; (if not)

indivisible blank in HTML ...

Since a correction occurs ...


@+






Reply via email to