[xwiki-devs] Import Office cannot converte "[ ]"
Good morning I instaled the Office Importer to import a .doc file saved in OpenOffice 2.4, into my XWiki. The result was almost perfect, but where I should have this "[ ]" i have this "?", a link to an empty page. For example: listPojosByField(String field, Object value, ServiceContext ctx, String[][] optimizations) 21 - in the original document listPojosByField(String field, Object value, ServiceContext ctx, String][? optimizations) 21 - after conversion JSP [READ-ONLY] Página gerada com nome que segue a nomenclatura AREA_MODULO_Componente.jsp. - in the original document JSP READ-ONLY? Página gerada com nome que segue a nomenclatura AREA_MODULO_Componente.jsp. - after conversion Can you help me resolving this? Best regards Bruno Neves
Hi Bruno, Very cool that it worked for you since this is not released yet! :) Just to confirm: you've build the code from our sandbox right? Also was the resulting document in HTML or in wiki syntax (this was just implemented yesterday and may not fully work yet). Re the link that's because the current syntax for links is []. We're rewriting our rendering module and the new syntax is [[ ]] thus you won't have this pb in the future. Talking about this I don't know yet if the office converter will be available for the old syntax since the transformation from HTML to wiki syntax is done using the new syntax only. Thanks -Vincent On Aug 19, 2008, at 11:39 AM, Bruno Neves wrote:
Good morning
I instaled the Office Importer to import a .doc file saved in OpenOffice 2.4, into my XWiki. The result was almost perfect, but where I should have this "[ ]" i have this "?", a link to an empty page. For example: listPojosByField(String field, Object value, ServiceContext ctx, String[][] optimizations) 21 - in the original document listPojosByField(String field, Object value, ServiceContext ctx, String][? optimizations) 21 - after conversion
JSP – [READ-ONLY] Página gerada com nome que segue a nomenclatura “AREA_MODULO_Componente.jsp”. - in the original document JSP – READ-ONLY? Página gerada com nome que segue a nomenclatura “AREA_MODULO_Componente.jsp”. - after conversion
Can you help me resolving this?
Best regards Bruno Neves
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Thanks for your attention so far I confirm that I download the plugin from http://dev.xwiki.org/xwiki/bin/view/Design/OfficeConverter Recently I tried to convert an OpenOffice document with a automatic index. The result was almost satisfactory. The generated XWiki page have each index item refering for the respective chapter, by a label (bookmark), but the chapters titles weren't identified with those labels, so when I click on an index item, I was targeted for the begining of the same page in another browser window. If I put the missing labels in the chapters titles the index works just fine. Another question. Imagine that after I convert a large OpenOffice document (more than 50 pages) into XWiki, I want to split it into several Wiki pages or several sections (that can be edited separately), separated by chapters. Can you tell me if it's possible or if it will be avaiable in future versions? Thanks in advance Bruno Neves
Hi Bruno, On Tue, Aug 19, 2008 at 11:01 PM, Bruno Neves <[email protected]> wrote:
Thanks for your attention so far
I confirm that I download the plugin from http://dev.xwiki.org/xwiki/bin/view/Design/OfficeConverter
Recently I tried to convert an OpenOffice document with a automatic index. The result was almost satisfactory. The generated XWiki page have each index item refering for the respective chapter, by a label (bookmark), but the chapters titles weren't identified with those labels, so when I click on an index item, I was targeted for the begining of the same page in another browser window. If I put the missing labels in the chapters titles the index works just fine.
I have not test the automatic index in office doument, so I don't know why. But the conversion to html is not cleaned completely. I will try to fix this in the next version.
Another question. Imagine that after I convert a large OpenOffice document (more than 50 pages) into XWiki, I want to split it into several Wiki pages or several sections (that can be edited separately), separated by chapters. Can you tell me if it's possible or if it will be avaiable in future versions? This feature is attractive. I will consider this user case. But maybe in the next next release. In the next version of office converter, titles are converted to section level in xwiki syntax. If each chapter in document should have a title, so the result of the conversion will separated to sections by the titles.
Thanks in advance Bruno Neves
Thanks for your feedback. Wang Ning
Hi Bruno, I'm so happy that you use the office converter. I think you just download the plugin from this page http://dev.xwiki.org/xwiki/bin/view/Design/OfficeConverter And the version is an old one that can only convert office document to html. I am sorry that this is not finished so we just not handle the xwiki syntax like [] in the html. I'm working on a new version and this will convert office document to xwiki syntax 2.0. So I will solve this problem in the coming version. On Tue, Aug 19, 2008 at 5:39 PM, Bruno Neves <[email protected]> wrote:
Good morning
I instaled the Office Importer to import a .doc file saved in OpenOffice 2.4, into my XWiki. The result was almost perfect, but where I should have this "[ ]" i have this "?", a link to an empty page. For example: listPojosByField(String field, Object value, ServiceContext ctx, String[][] optimizations) 21 - in the original document listPojosByField(String field, Object value, ServiceContext ctx, String][? optimizations) 21 - after conversion
JSP – [READ-ONLY] Página gerada com nome que segue a nomenclatura "AREA_MODULO_Componente.jsp". - in the original document JSP – READ-ONLY? Página gerada com nome que segue a nomenclatura "AREA_MODULO_Componente.jsp". - after conversion
Can you help me resolving this?
Best regards Bruno Neves
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thanks Wang Ning
participants (3)
-
Bruno Neves -
Vincent Massol -
Wang Ning