Break line should not break page in XhtmlParser
-----------------------------------------------

                 Key: DOXIA-81
                 URL: http://jira.codehaus.org/browse/DOXIA-81
             Project: doxia
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0-alpha-8
            Reporter: Eric Redmond
            Priority: Minor
             Fix For: 1.0


The Xhtml parser called pageBreak instead of lineBreak on <br /> elements.

I also added in the ability for the parser to sink.nonBreakingSpace() on &nbsp; 
entities. This will not work until the XML parser supports supressing of entity 
conversion (currently &nbsp; is just converted to a whitespace).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to