export *.odt-> xhtml problem
I it is necessary to export the presentation .odp from OOо 2.0.1 in xhtml for this I use the standard filter, which there is in package OOO ooo2wordml.xsl, he cost(stand)s in adjustment filter XML in OOо.
After start the import is got file xhtml but with error he address image wrong puts, for instance he does
<img width="809" height="568" alt="" src="file:///C:/" class="gr4" >
but must
<img width="809" height="568" alt="" src=file:///C:/img111111111.gif class="gr4" >
I tried this correct has as follows copied file content.xml+xalan.jar(Created-By: 1.3.1 (IBM Corporation)) in file c ooo2wordml.xsl and has started so
java -jar xalan.jar -in content.xml -xsl ooo2wordml.xsl -out content.xhtml
as a result file 1 Kb in general not pertaining was got to presentations, xalan has operated without messages and error i.e orderly
Question
1 Why from command line was got other result?
2 As possible correct the error with the address drawing under parsing presentations?
forgive for bad language write if that not it is correct has translated
[1146 byte] By [
fivig] at [2007-11-25 22:19:00]

# 2
I thought that on this forum anyone tried to import OOo Impress--> XHTML using OOo API on Java
\http://www.oooforum.org/forum/viewforum.phtml?f=4 -
that forum for user, my question for developer
same in russian
Мне нужно экспортиров 1072;ть презентацию .odp из ООо 2.0.1 в xhtml для этого я использую стандартный фильтр, который есть в пакете ООо ooo2wordml.xsl, он стоит в настройках фильтров XML в ООо.
После запуска импорта получается файл xhtml но с ошибкой он адрес рисунка неправильны 1081; ставит, например он делает
<img width="809" height="568" alt="" src="file:///C:/" class="gr4" >
а должен
<img width="809" height="568" alt="" src=file:///C:/img111111111.gif class="gr4" >
Я попытался это исправить следующим образом
скопировал файл content.xml+xalan.jar(Created-By: 1.3.1 (IBM Corporation)) в папку c ooo2wordml.xsl и запустил так
java -jar xalan.jar -in content.xml -xsl ooo2wordml.xsl -out content.xhtml
в результате получился файл 1 Kb вообще не относящийся к презентации, xalan сработал без сообщений и ошибок т.е нормально
Вопросс
1 Почему из командной строки получился другой результат?
2 Как можно исправить ошибку с адресом рисунка при парсинге презентации?
fivig at 2007-7-5 2:13:50 >

# 3
This particular forum is for Sun's GNOME based desktop operating enviornment "Java Desktop System" If your question has more to do with the OOo API on Java, try one of the Java forums such as:
http://forum.java.sun.com/index.jspa
http://forum.java.sun.com/forum.jspa?forumID=34
Thank you.
bnitz at 2007-7-5 2:13:50 >
