On 07/28/2011 04:09 PM, Vladimír Poluch wrote: > > I have a problem with number of page. I want start numbering after first > page but I use custom title page (set URI in title-pageparameter) and my > title page (file title.fo <http://title.fo>) contains more that one > pages. have anybody good idea how to do it ?
(My answer assumes that you are converting a DITA document using XMLmind XSL Utility.) There is no way to do this without modifying the XSL stylesheets. Describing how to do this is out of the scope of this mailing list. Reference: http://www.xmlmind.com/ditac/_distrib/doc/manual/howItWorks.html#howItWorks > > PS: i want ask i have problem with relative path in parameters and > external-graphics element. How I can write relative path? (Windows) All > options whitch i try was bad. > XMLmind tools almost always requires you to specify *URIs* (e.g. "file:/C:/tmp/My%20Doc.xml"), whether absolute or relative, and not *filenames* (e.g. "C:\tmp\My Doc.xml"). * Relative URIs in the XSLT stylesheet parameters are almost always relative to the current working directory of the user. This fact makes such relative URIs almost useless. See for example, XMLmind DITA Converter Manual, Chapter 4. XSLT stylesheets parameters: http://www.xmlmind.com/ditac/_distrib/doc/manual/xsltParams.html#xsltParams__title-page * Relative URIs in fo:external-graphics are always relative to the .fo file. This fact makes such relative URIs useful. Such URIs are discussed in this FAQ: http://www.xmlmind.com/foconverter/faq.html#image_not_showing -- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support

