Issue 20592 - </li> does not appear after <li>
Summary: </li> does not appear after <li>
Status: CLOSED DUPLICATE of issue 20585
Alias: None
Product: xml
Classification: Code
Component: code (show other issues)
Version: OOo 1.1
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: jogi
QA Contact: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-02 08:00 UTC by Unknown
Modified: 2003-10-02 08:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-10-02 08:00:35 UTC
I love the postprocessing of the html during save sine it cleans the $*&%^ 
microsoft garbage out. However I seem not to be able to save in xhtml format!

That means that <br/> gets converted to <BR> (which is not sooo bad), but 
<li>xxx</li> becomes <LI>xxxx.

I have some code post-processing the html using a sax parser which does not 
like what's going on.

How can I turn xhtml on?
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> is removed 
from the source on save.




<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
...
<UL TYPE=DISC>
	<LI><P STYLE="margin-bottom: 0cm"><B>Databases</B> 
	</P>
	<UL TYPE=CIRCLE>
		<LI><P STYLE="margin-bottom: 0cm">Design 
		</P>
		<LI><P STYLE="margin-bottom: 0cm">Performance optimization 
		</P>
		<UL TYPE=SQUARE>
			<LI><P STYLE="margin-bottom: 0cm">through modification 
of design </P>
			<LI><P>Optimization of Access algorithm at the SQL 
level including database procedures, triggers </P>
		</UL>
	</UL>
</UL>
Comment 1 jogi 2003-10-02 08:34:12 UTC
duplicate BUG 20585

*** This issue has been marked as a duplicate of 20585 ***
Comment 2 jogi 2003-10-02 08:35:31 UTC
closing bug.