You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Dharamveer Salecha <dh...@wilco-int.com> on 2000/11/28 07:23:35 UTC

RE: Special Character

Hi
 Use &quot;  and not &quote; 

About spacing between words, white-space-collapse is implemented in CVS
version.
If you are using the distributed copy FOP 0.14, then
white-space-treatment="preserve" should do the trick. (conforms to the old
spec).

Dharam

----Original Message-----
From:	Scott Hofmann [SMTP:hofmanns@one.net]
Sent:	Tuesday, November 28, 2000 12:24 PM
To:	fop-dev@xml.apache.org
Subject:	Special Character

I am able to use all of these Entity References inside of a fo:block except
the 
&quote; 
-------
Entity Reference                Character

     &amp;                        &
  
     &lt;                         <

     &gt;                         >

     &quote;                       "

     &apos;                       '
-------
When I use the Entity Reference for a double quote I get an error saying
Exception in thread "main" org.apache.xalan.xslt.XSLProcessorException: The
entity "quote" was referenced, but not declared.

Should I be using something different then this to get a double quote?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Scott Hofmann  /  hofmanns@one.net



--------------------------------------------------------------------------------
The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material. 
Any review, retransmission, dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. 
If you received this in error, please contact the sender and delete the materialfrom any computer.
--------------------------------------------------------------------------------