[TYPO3-ect] EXT:lib/doc/aboutAllDocumentations.txt

Daniel Brüßler info at -remove-patchworking.de
Wed May 2 10:23:40 CEST 2007


Hi Elmar,

> Hmm, if you put the OpenOffice libraries onto the server, I think it would
> even be possible to do a next step and transform to .sxw and some other
> formats directly. If you download Alfresco you can investigate how they do
> this.

I try it next week, because I'm using Ubuntu Linux as desktop, so that
should be easy to try.

>> <pre><nowiki>
>> skdfjskld[df] [[dsfsdf]] {{sdkfjskdfj}}
>> </nowiki></pre>
> http://wiki.typo3.org/exportimport/:
> --PRE-RENDERING--<p><pre>&lt;nowiki&gt;
> Elmar


As first step I now just care for a clean Xhtml-export.

I added the Xhtml-doctype and the code below is now importable:
(HowTo for the wiki-Help-Page: open with OpenOffice, in menu "file":
"export", as "sxw")

++----------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Title of the document</title></head>
<body>
<h2 id="toc0">header one</h2>
text one
<h3 id="toc1">sub 1</h3>
text two<p>unnumbered list <ul>
<li> a</li>
<li> b</li>
</ul>

</p>

</body>
</html>
++----------


great, Elmar!!

That's THE solution for the docbook-problems!

kind regards
Daniel Brüßler


More information about the TYPO3-team-extension-coordination mailing list