To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87914
                 Issue #|87914
                 Summary|Add option to keep non-<BODY> data in writer - web 
               Component|Word processor
                 Version|OOo 2.4.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|FEATURE
                Priority|P3
            Subcomponent|code
             Assigned to|mru
             Reported by|ohallot





------- Additional comments from [EMAIL PROTECTED] Sat Apr  5 12:41:34 +0000 
2008 -------
I like very much the possibility to edit html with writer. I have tons of html
pages to deal with at the moment.

As already described in many, many issues filed and closed, writer/web has its
own issues on dealing with CSS styles.

The main purpose of this issue is to suggest an option for writer /web to keep
non-<body> data untouched.

in this example, I have the following 


<HEAD>
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
        <TITLE></TITLE>
        <META NAME="GENERATOR" CONTENT="BrOffice.org 2.4  (Linux)">
        <META NAME="AUTHOR" CONTENT="Olivier Hallot">
        <META NAME="CREATED" CONTENT="20080404;10401700">
        <META NAME="CHANGED" CONTENT="20080404;17122600">
        <META NAME="CHANGEDBY" CONTENT="Olivier Hallot">
<link type="text/css" rel="stylesheet" href="../../_css/hlp.css">
        <SCRIPT SRC="../../dwr/engine.js"></SCRIPT>
        <SCRIPT SRC="../../_js/SGIWin.js"></SCRIPT>
        <SCRIPT>
function INIT_win()
{
        gbl_objWin.setTitulo("Ajuda");
        gbl_objWin.setTopLeft(50,250);
}
</SCRIPT>
</HEAD>


After editing the file, the style link is gone:

<HEAD>
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
        <TITLE></TITLE>
        <META NAME="GENERATOR" CONTENT="BrOffice.org 2.4  (Linux)">
        <META NAME="CREATED" CONTENT="0;0">
        <META NAME="CHANGED" CONTENT="20080404;15252500">
        <META NAME="CHANGEDBY" CONTENT="Olivier Hallot">
        <SCRIPT SRC="../../dwr/engine.js"></SCRIPT>
        <SCRIPT SRC="../../_js/SGIWin.js"></SCRIPT>
        <SCRIPT>
function INIT_win()
{
        gbl_objWin.setTitulo("Ajuda");
        gbl_objWin.setTopLeft(50,250);
}
</SCRIPT>
</HEAD>

This has been reported many times since the early days of OO and was repeatedly
closed with no solution.

If I have an option to make writer NOT mess with <HEAD> that will help me to do
my job as I will be able to control the style externally. At this moment I just
want writer to generate text and default html tags with tidy as it does now, to
be controlled by the external css.

It will be an option in Tools-Writer/Web such as:

"Preserve non-<body> content" or "Keep <head> as loaded"

Thanks
Olivier

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to