Here is a culled down doc of what we send.

<?xml version="1.0" encoding="UTF-8"?>
        <Root>
         <Content>
            <dlg:page
xmlns:dlg="http://www.exstream.com/2003/XSL/Dialogue";
xmlns:fo="http://www.w3.org/1999/XSL/Format";>
               <fo:declarations />
               <dlg:paper-type />
               <dlg:objects>
                  <dlg:text h-auto-size="false" layer-name="Default">
                     <fo:flow>
                        <fo:block text-align="left">
                           <fo:inline color="rgb(0,0,0)"
font-family="_sans" font-size="12.00pt" font-style="normal">&#8220;Value
Plan&#8221;</fo:inline>
                        </fo:block>
                     </fo:flow>
                  </dlg:text>
               </dlg:objects>
            </dlg:page>
         </Content>
          </Root>


The sided double quotes are in the <fo:inline> content model.

Thanks.

-S




-----Original Message-----
From: David Bertoni [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 12, 2006 3:41 PM
To: [email protected]
Subject: Re: Problem parsing sided double quotes

Steve Pruitt wrote:
> All,
> 
> I am getting a parser error trying to parse content containing left 
> and right double quotes.  I use the character entities: &#8220; and  
> &#8221; The Xerces parser is version 2.5 and the error message is:
> 
> Fatal error: An exception occurred!  Type:UTFDataFormatException, 
> Message:invalid byte 3 (?) of 3-bye sequence.
> 
> What is strange, as an experiment I tried &#8216; &#8217; and &#8364; 
> left and right single quotation mark, and euro sign respectively.  
> These worked ok.
> It appears to be just the left and right double quotes.  Doesn't make 
> sense.
> 
> Has anyone else had to solve this problem?
> 

If you can post a trivial document that reproduces the problem, I can
investigate it.

Thanks!

Dave

Reply via email to