Re: [XXE] interesting oddity with .profiles and numbering?
> This is almost certainly a bug in XMLmind DITA Converter > (http://www.xmlmind.com/ditac/). We'll try to fix it in the next version of XMLmind DITA Converter, which will be included in XMLmind XML Editor v7.4 (planned for this month). Thanks! just wish me luck with ordering the update ;-} N * Worldline SA/NV - Chaussee de Haecht 1442 Haachtsesteenweg - 1130 Brussels - Belgium RPM-RPR Bruxelles-Brussel - TVA-BTW BE 0418.547.872 Bankrekening-Compte Bancaire-Bank Account 310-0269424-44 BIC BBRUBEBB - IBAN BE55 3100 2694 2444 "The information contained in this e-mail and any attachment there to be confidential and may contain information which is protected by intellectual property rights. This information is intended for the exclusive use of the recipient(s) named above. This e-mail does not constitute any binding relationship or offer toward any of the addressees. If you are not one of the addressees , one of their employees or a proxy holder entitled to hand over this message to the addressee(s), any use of the information contained herein (e.g. reproduction, divulgation, communication or distribution,...) is prohibited. If you have received this message in error, please notify the sender and destroy it immediately after. The integrity and security of this message cannot be guaranteed and it may be subject to data corruption, interception and unauthorized amendment, for which we accept no liability." -- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support
Re: [XXE] Two little questions
Franco T. wrote: I have been using internal links as you suggested and all is ok. Only one thing doesn’t work: such internal links are working perfectly in the epub version of the output document, but they are not in the pdf version. Is this a fault of mine or a known limitation? If such is the case is there any plan to fix it? In principle, if it works OK in the EPUB, it should also work OK in any other formats including PDF. This is not a known problem. I mean, it has not already been reported by any of our users. Moreover we routinely create dozens of internal links for our own DocBook documents and it works fine. Three suggestions though: 1) Make sure to use linkend="TARGET_ID" and not xlink:href="#TARGET_ID". XMLmind XML Editor is definitely not designed to work with xlink:href="#TARGET_ID". 2) The target of an internal link is an element having an "xml:id" attribute ("id" attribute for DocBook v4). This element must be a chapter, section, figure, table and NOT the *title* of a chapter, section, figure, table. 3) Some PDF readers do not follow internal links, either because they are buggy or because you have to explicitly select this option. For example, in Linux's okular you must select "Browse" and not "Selection" in okular's toolbar. The second question is: I see the “Insert indexterm” command and I believe it is the command to use to prepare for analytic indexes. But I do not see any command to build such analytic indexes. Is it there and I do not see it? All you have to do is: A) Insert some elements in your document See http://tdg.docbook.org/tdg/5.0/indexterm.singular.html B) Add one EMPTY element --a placeholder-- somewhere at the end of your document. See http://tdg.docbook.org/tdg/5.0/index.html Just like the Table of Contents, the Index will be automatically built by the DocBook XSL stylesheets. More information about indexes in "DocBook XSL: The Complete Guide", "Chapter 19. Indexes", http://www.sagehill.net/docbookxsl/GenerateIndex.html -- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support
Re: [XXE] Two little questions
Franco T. wrote: Just out of curiosity, here is the code that is not working as a link in pdf, while is in epub (I tried Apple Preview and Acrobat Reader): OK. Thanks for the info. Slide della presentazione del corso and later... Slide della presentazione del corso I don't really understand what you want to do. Links inside titles are quite uncommon, especially when the link is the whole content of the title. Anyway, the correct markup is (notice the location of "xml:id"): Slide della presentazione del corso CONTENT MISSING HERE: A SECTION MAY NOT CONTAIN JUST A TITLE. IN THIS CASE, XMLmind XML Editor WORKS IN NON-OPTIMAL "LENIENT MODE". NORMAL EDITING MODE IS "STRICT". and later... Slide della presentazione del corso As explained in my previous email, the "xml:id" attribute must be set on the section itself and not on the title of section. --- PS: I think that you are loosing your time by not reading a good tutorial on DocBook before trying to write anything in DocBook using whatever authoring tool. For example, did you know that: would give you, at document conversion time, the same result as: Slide della presentazione del corso See http://tdg.docbook.org/tdg/5.0/xref.html -- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support