<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-15828</id>
	<title>Nabble - docbook apps</title>
	<updated>2009-11-25T23:49:58Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/docbook-apps-f15828.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/docbook-apps-f15828.html" />
	<subtitle type="html">For stylesheet and application-related DocBook questions.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26525568</id>
	<title>Re: should xml:id be inside TITLE or SECT1?</title>
	<published>2009-11-25T23:49:58Z</published>
	<updated>2009-11-25T23:49:58Z</updated>
	<author>
		<name>Camille Bégnis-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;semantically speaking, I guess that when you want to reference an item,
&lt;br&gt;you mean to point to the section, and not the title of it. Because if
&lt;br&gt;you use
&lt;br&gt;&lt;br&gt;&amp;lt;title xml:id=&amp;quot;wifi&amp;quot;&amp;gt;Wi Fi Networking&amp;lt;/title&amp;gt;
&lt;br&gt;&lt;br&gt;you tell the processors that the ID applies only to the title, not the
&lt;br&gt;section. And actually the way xref elements are processed expects that
&lt;br&gt;the ID is on the structural element (chapter, section, figure, etc.).
&lt;br&gt;So the correct syntax is
&lt;br&gt;&lt;br&gt;&amp;lt;sect1 xml:id=&amp;quot;wifi&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;just test :-)
&lt;br&gt;&lt;br&gt;Camille.
&lt;br&gt;&lt;br&gt;Robert Nagle wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I am creating a book mainly for PDF rendering but also for
&lt;br&gt;&amp;gt; ebook/chunked html output.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'll be including cross-references throughout; I don't expect to do a
&lt;br&gt;&amp;gt; lot of fancy customizations.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there a preferred method for when to use xml:id?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;sect1 xml:id=&amp;quot;wifi&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;title&amp;gt; &amp;lt;/title&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;para&amp;gt;......&amp;lt;/sect1&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; OR
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;sect1&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;title xml:id=&amp;quot;wifi&amp;quot;&amp;gt;Wi Fi Networking&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;para&amp;gt; &amp;lt;/para&amp;gt; &amp;lt;/sect1&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Does it make a difference? Are there advantages to putting it in the
&lt;br&gt;&amp;gt; title rather rather than the sect1 element? Opinions? &amp;nbsp;Thanks...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; rj
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;tt&gt;[camille.vcf]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;begin:vcard
&lt;br&gt;fn:Camille Begnis
&lt;br&gt;n:Begnis;Camille
&lt;br&gt;org:NeoDoc
&lt;br&gt;adr:;;5 rue de la Touloubre;Venelles;;13770;France
&lt;br&gt;email;internet:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525568&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;camille@...&lt;/a&gt;
&lt;br&gt;tel;work:+33.9.54.96.99.55
&lt;br&gt;tel;fax:+33.9.59.96.99.55
&lt;br&gt;tel;cell:+33.6.33.15.10.23
&lt;br&gt;url:http://www.neodoc.biz
&lt;br&gt;version:2.1
&lt;br&gt;end:vcard
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525568&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26525568&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/should-xml%3Aid-be-inside-TITLE-or-SECT1--tp26520951p26525568.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520951</id>
	<title>should xml:id be inside TITLE or SECT1?</title>
	<published>2009-11-25T13:54:57Z</published>
	<updated>2009-11-25T13:54:57Z</updated>
	<author>
		<name>Robert Nagle</name>
	</author>
	<content type="html">I am creating a book mainly for PDF rendering but also for
&lt;br&gt;ebook/chunked html output.
&lt;br&gt;&lt;br&gt;I'll be including cross-references throughout; I don't expect to do a
&lt;br&gt;lot of fancy customizations.
&lt;br&gt;&lt;br&gt;Is there a preferred method for when to use xml:id?
&lt;br&gt;&lt;br&gt;&amp;lt;sect1 xml:id=&amp;quot;wifi&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;title&amp;gt; &amp;lt;/title&amp;gt;
&lt;br&gt;&amp;lt;para&amp;gt;......&amp;lt;/sect1&amp;gt;
&lt;br&gt;&lt;br&gt;OR
&lt;br&gt;&lt;br&gt;&amp;lt;sect1&amp;gt;
&lt;br&gt;&amp;lt;title xml:id=&amp;quot;wifi&amp;quot;&amp;gt;Wi Fi Networking&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;lt;para&amp;gt; &amp;lt;/para&amp;gt; &amp;lt;/sect1&amp;gt;
&lt;br&gt;&lt;br&gt;Does it make a difference? Are there advantages to putting it in the
&lt;br&gt;title rather rather than the sect1 element? Opinions? &amp;nbsp;Thanks...
&lt;br&gt;&lt;br&gt;rj
&lt;br&gt;-- 
&lt;br&gt;Robert Nagle
&lt;br&gt;htpt://www.robertnagle.info
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26520951&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26520951&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/should-xml%3Aid-be-inside-TITLE-or-SECT1--tp26520951p26520951.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516454</id>
	<title>Re: Tag formatting in PDF output</title>
	<published>2009-11-25T09:03:37Z</published>
	<updated>2009-11-25T09:03:37Z</updated>
	<author>
		<name>Scott Hudson</name>
	</author>
	<content type="html">Hi Andrew,
&lt;br&gt;&lt;br&gt;try setting one of the FO parameters in your customization layer:
&lt;br&gt;&lt;a href=&quot;http://docbook.sourceforge.net/release/xsl/current/doc/fo/fonts.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.sourceforge.net/release/xsl/current/doc/fo/fonts.html&lt;/a&gt;&lt;br&gt;(title.font.family and body.font.family)
&lt;br&gt;&lt;br&gt;Also see:
&lt;br&gt;&lt;a href=&quot;http://www.sagehill.net/docbookxsl/Typography.html#BodyAndTitleFonts&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sagehill.net/docbookxsl/Typography.html#BodyAndTitleFonts&lt;/a&gt;&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;--Scott
&lt;br&gt;&lt;br&gt;&lt;br&gt;Andrew Light wrote:
&lt;br&gt;&amp;gt; A related follow-up: my PDF is resulting with 2 different fonts 
&lt;br&gt;&amp;gt; throughout. Section/Chapter titles are in a sans-serif and all other 
&lt;br&gt;&amp;gt; fonts are serif (Times). How can I control this - I want all fonts to be 
&lt;br&gt;&amp;gt; sans-serif.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516454&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516454&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tag-formatting-in-PDF-output-tp26432827p26516454.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26509105</id>
	<title>Re: Can I make XSL template for i18n</title>
	<published>2009-11-25T00:34:53Z</published>
	<updated>2009-11-25T00:34:53Z</updated>
	<author>
		<name>Akihiro Moriguchi-2</name>
	</author>
	<content type="html">Jirka Kosek wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Akihiro Moriguchi wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I think it means I need a template for the &amp;quot;its&amp;quot; namespace, but I'm
&lt;br&gt;&amp;gt;&amp;gt; quite not for sure because of my lack of DocBook XML and XSL knowledge.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm now reading &amp;quot;DocBook XSL: The Complete Guide&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt; Is it possible to write the template for the feature or need further
&lt;br&gt;&amp;gt;&amp;gt; reference?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes, you must add custom templates for handling your Ruby markup into
&lt;br&gt;&amp;gt; your customization layer, something like:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;xsl:template match=&amp;quot;its:ruby&amp;quot; xmlns:its=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/11/its&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/11/its&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; ... code for handling ruby markup ...
&lt;br&gt;&amp;gt; &amp;lt;/xsl:template&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Probably you will have to map Ruby markup to layout tables as support
&lt;br&gt;&amp;gt; for Ruby in web browsers and FO engines is very poor.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 			Jirka
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Thanks Jirka,
&lt;br&gt;&lt;br&gt;I'm happy to hearing you about capability of Ruby feature.
&lt;br&gt;I'll try to implement it.
&lt;br&gt;&lt;br&gt;Akihiro Moriguchi
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509105&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509105&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-I-make-XSL-template-for-i18n-tp26450237p26509105.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26506722</id>
	<title>Re: Tag formatting in PDF output</title>
	<published>2009-11-24T18:38:36Z</published>
	<updated>2009-11-24T18:38:36Z</updated>
	<author>
		<name>Andrew Light</name>
	</author>
	<content type="html">A related follow-up: my PDF is resulting with 2 different fonts throughout. Section/Chapter titles are in a sans-serif and all other fonts are serif (Times). How can I control this - I want all fonts to be sans-serif.&lt;div&gt;

&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks!&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tag-formatting-in-PDF-output-tp26432827p26506722.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500667</id>
	<title>Re: Re: double.sided Parameter Problem</title>
	<published>2009-11-24T10:02:44Z</published>
	<updated>2009-11-24T10:02:44Z</updated>
	<author>
		<name>John Green-3</name>
	</author>
	<content type="html">Thanks, Bob, for the prompt reply. This workaround seems to do what I need.
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;John
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Green
&lt;br&gt;&lt;br&gt;&amp;quot;It's no wonder that truth is stranger than fiction. Fiction has to make sense.&amp;quot; - Mark Twain
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- &amp;quot;Bob Stayton&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500667&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bobs@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; There ought to be a separate parameter for turning off PDF bookmarks,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; regardless of the XSL-FO processor. &amp;nbsp;Currently there is not, but a
&lt;br&gt;&amp;gt; short 
&lt;br&gt;&amp;gt; workaround should suffice for your purposes. &amp;nbsp;If you add this template
&lt;br&gt;&amp;gt; to 
&lt;br&gt;&amp;gt; your stylesheet customization layer:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;xsl:template match=&amp;quot;*&amp;quot; mode=&amp;quot;fop1.outline&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; To generate the PDF bookmarks, the stylesheet processes the book in 
&lt;br&gt;&amp;gt; mode=&amp;quot;fop1.outline&amp;quot;. This template is empty, so not outline is
&lt;br&gt;&amp;gt; generated in 
&lt;br&gt;&amp;gt; that mode. &amp;nbsp;That will turn off bookmarks, and
&lt;br&gt;&amp;gt; you can still set fop1.extensions = 1.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bob Stayton
&lt;br&gt;&amp;gt; Sagehill Enterprises
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500667&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bobs@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ----- Original Message ----- 
&lt;br&gt;&amp;gt; From: &amp;quot;John Green&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500667&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmg7439@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500667&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Tuesday, November 24, 2009 9:12 AM
&lt;br&gt;&amp;gt; Subject: [docbook-apps] Re: double.sided Parameter Problem
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;Lily Galle &amp;lt;lily.galle &amp;lt;at&amp;gt; gmx.net&amp;gt; writes:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;Dear all,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;With the âXalanâ Transformer I get the following error
&lt;br&gt;&amp;gt; description if 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;I set
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;the âdouble.sidedâ parameter to â1â:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;java.lang.IllegalStateException: Flow 'xsl-region-body' does not map
&lt;br&gt;&amp;gt; to 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;region-body in page-master 'blank'. FOP presently does not support
&lt;br&gt;&amp;gt; this.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;John Brown replies:
&lt;br&gt;&amp;gt; &amp;gt;If I recall correctly, you will get this error if you use FOP and
&lt;br&gt;&amp;gt; forget to 
&lt;br&gt;&amp;gt; &amp;gt;set
&lt;br&gt;&amp;gt; &amp;gt;fop1.extensions = 1.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What if you want double-sided output and no bookmarks in the PDF? You
&lt;br&gt;&amp;gt; need 
&lt;br&gt;&amp;gt; double.sided=1 and fop1.extensions=0.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt; John
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; John Green
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;It's no wonder that truth is stranger than fiction. Fiction has to
&lt;br&gt;&amp;gt; make 
&lt;br&gt;&amp;gt; sense.&amp;quot; - Mark Twain
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500667&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500667&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500667&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500667&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-double.sided-Parameter-Problem-tp26499826p26500667.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500121</id>
	<title>Re: sample docbook5 files to stress test XSL  processors?</title>
	<published>2009-11-24T09:28:49Z</published>
	<updated>2009-11-24T09:28:49Z</updated>
	<author>
		<name>Keith Fahlgren-3</name>
	</author>
	<content type="html">On Tue, Nov 24, 2009 at 7:16 AM, Tony Graham
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500121&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tony.Graham@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I use the tests for testing the xmlroff XSL formatter, which is why I
&lt;br&gt;&amp;gt; know about them.
&lt;br&gt;&lt;br&gt;These test documents are also used to &amp;quot;smoketest&amp;quot; the EPUB output (I
&lt;br&gt;get all but [a known] 13 to generate valid EPUBs, IIRC).
&lt;br&gt;&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;Keith
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500121&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500121&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sample-docbook5-files-to-stress-test-XSL-processors--tp26491558p26500121.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26500060</id>
	<title>Re: Re: double.sided Parameter Problem</title>
	<published>2009-11-24T09:25:14Z</published>
	<updated>2009-11-24T09:25:14Z</updated>
	<author>
		<name>Bob Stayton</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;There ought to be a separate parameter for turning off PDF bookmarks, 
&lt;br&gt;regardless of the XSL-FO processor. &amp;nbsp;Currently there is not, but a short 
&lt;br&gt;workaround should suffice for your purposes. &amp;nbsp;If you add this template to 
&lt;br&gt;your stylesheet customization layer:
&lt;br&gt;&lt;br&gt;&amp;lt;xsl:template match=&amp;quot;*&amp;quot; mode=&amp;quot;fop1.outline&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;To generate the PDF bookmarks, the stylesheet processes the book in 
&lt;br&gt;mode=&amp;quot;fop1.outline&amp;quot;. This template is empty, so not outline is generated in 
&lt;br&gt;that mode. &amp;nbsp;That will turn off bookmarks, and
&lt;br&gt;you can still set fop1.extensions = 1.
&lt;br&gt;&lt;br&gt;Bob Stayton
&lt;br&gt;Sagehill Enterprises
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500060&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bobs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;John Green&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500060&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jmg7439@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500060&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, November 24, 2009 9:12 AM
&lt;br&gt;Subject: [docbook-apps] Re: double.sided Parameter Problem
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;Lily Galle &amp;lt;lily.galle &amp;lt;at&amp;gt; gmx.net&amp;gt; writes:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Dear all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;With the âXalanâ Transformer I get the following error description if 
&lt;br&gt;&amp;gt;&amp;gt;I set
&lt;br&gt;&amp;gt;&amp;gt;the âdouble.sidedâ parameter to â1â:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;java.lang.IllegalStateException: Flow 'xsl-region-body' does not map to 
&lt;br&gt;&amp;gt;&amp;gt;the
&lt;br&gt;&amp;gt;&amp;gt;region-body in page-master 'blank'. FOP presently does not support this.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;John Brown replies:
&lt;br&gt;&amp;gt;If I recall correctly, you will get this error if you use FOP and forget to 
&lt;br&gt;&amp;gt;set
&lt;br&gt;&amp;gt;fop1.extensions = 1.
&lt;/div&gt;&lt;br&gt;What if you want double-sided output and no bookmarks in the PDF? You need 
&lt;br&gt;double.sided=1 and fop1.extensions=0.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;John
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Green
&lt;br&gt;&lt;br&gt;&amp;quot;It's no wonder that truth is stranger than fiction. Fiction has to make 
&lt;br&gt;sense.&amp;quot; - Mark Twain
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500060&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500060&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500060&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26500060&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-double.sided-Parameter-Problem-tp26499826p26500060.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26499826</id>
	<title>Re: double.sided Parameter Problem</title>
	<published>2009-11-24T09:12:46Z</published>
	<updated>2009-11-24T09:12:46Z</updated>
	<author>
		<name>John Green-3</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt;&amp;gt;Lily Galle &amp;lt;lily.galle &amp;lt;at&amp;gt; gmx.net&amp;gt; writes:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;Dear all,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;With the âXalanâ Transformer I get the following error description if I set 
&lt;br&gt;&amp;gt;&amp;gt;the âdouble.sidedâ parameter to â1â:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;java.lang.IllegalStateException: Flow 'xsl-region-body' does not map to the 
&lt;br&gt;&amp;gt;&amp;gt;region-body in page-master 'blank'. FOP presently does not support this.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;lt;snip&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;John Brown replies:
&lt;br&gt;&amp;gt;If I recall correctly, you will get this error if you use FOP and forget to set 
&lt;br&gt;&amp;gt;fop1.extensions = 1. 
&lt;/div&gt;&lt;br&gt;What if you want double-sided output and no bookmarks in the PDF? You need double.sided=1 and fop1.extensions=0.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;John
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Green
&lt;br&gt;&lt;br&gt;&amp;quot;It's no wonder that truth is stranger than fiction. Fiction has to make sense.&amp;quot; - Mark Twain
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499826&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26499826&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-double.sided-Parameter-Problem-tp26499826p26499826.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26497722</id>
	<title>Re: sample docbook5 files to stress test XSL processors?</title>
	<published>2009-11-24T07:16:39Z</published>
	<updated>2009-11-24T07:16:39Z</updated>
	<author>
		<name>Tony Graham-3</name>
	</author>
	<content type="html">On Tue, Nov 24 2009 14:38:09 +0000, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26497722&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rpjday@...&lt;/a&gt; wrote:
&lt;br&gt;...
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; i notice that this directory represents 4.4 tests:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/tests/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/tests/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; but i see the beginnings of a 5.0 directory under that one:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/tests/5.0/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/tests/5.0/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; i'm assuming that's where a collection of equivalent 5.0 docs are
&lt;br&gt;&amp;gt; slowly being collected?
&lt;/div&gt;&lt;br&gt;&amp;quot;slowly&amp;quot; might be the operative term. &amp;nbsp;If you look at the dates, the
&lt;br&gt;'5.0' directory hasn't been modified for three years, and the 'tests'
&lt;br&gt;directory hasn't seen much action since then either.
&lt;br&gt;&lt;br&gt;I use the tests for testing the xmlroff XSL formatter, which is why I
&lt;br&gt;know about them.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Tony Graham &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26497722&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tony.Graham@...&lt;/a&gt;
&lt;br&gt;Director &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;W3C XSL FO SG Invited Expert
&lt;br&gt;Menteith Consulting Ltd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; XML Guild member
&lt;br&gt;XML, XSL and XSLT consulting, programming and training
&lt;br&gt;Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
&lt;br&gt;Registered in Ireland - No. 428599 &amp;nbsp; &lt;a href=&quot;http://www.menteithconsulting.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.menteithconsulting.com&lt;/a&gt;&lt;br&gt;&amp;nbsp; -- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;--
&lt;br&gt;xmlroff XSL Formatter &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xmlroff.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlroff.org&lt;/a&gt;&lt;br&gt;xslide Emacs mode &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.menteith.com/wiki/xslide&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.menteith.com/wiki/xslide&lt;/a&gt;&lt;br&gt;Unicode: A Primer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; urn:isbn:0-7645-4625-2
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26497722&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26497722&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sample-docbook5-files-to-stress-test-XSL-processors--tp26491558p26497722.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26497032</id>
	<title>Re: sample docbook5 files to stress test XSL processors?</title>
	<published>2009-11-24T06:38:09Z</published>
	<updated>2009-11-24T06:38:09Z</updated>
	<author>
		<name>Robert P. J. Day-2</name>
	</author>
	<content type="html">On Tue, 24 Nov 2009, Tony Graham wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Nov 24 2009 07:33:41 +0000, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26497032&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rpjday@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; i want to test setting up various combos of XSLT and XSL-FO
&lt;br&gt;&amp;gt; &amp;gt; processors on fedora 12 and, being suitably lazy, i'm looking for
&lt;br&gt;&amp;gt; &amp;gt; sample docbook5 files that will stress test the rendering -- you
&lt;br&gt;&amp;gt; &amp;gt; know, incorporating as many db5 elements as possible, or even a
&lt;br&gt;&amp;gt; &amp;gt; series of increasingly complex db5 files. &amp;nbsp;is there a canonical
&lt;br&gt;&amp;gt; &amp;gt; test suite for this? &amp;nbsp;thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is the 'testdocs' in the DocBook SourceForge project. &amp;nbsp;See
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; They are mostly DocBook 4.4 documents, but I'm sure no-one would
&lt;br&gt;&amp;gt; mind if you made DocBook 5 versions and contributed back the
&lt;br&gt;&amp;gt; changes.
&lt;/div&gt;&lt;br&gt;i notice that this directory represents 4.4 tests:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/tests/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/tests/&lt;/a&gt;&lt;br&gt;&lt;br&gt;but i see the beginnings of a 5.0 directory under that one:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/tests/5.0/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/tests/5.0/&lt;/a&gt;&lt;br&gt;&lt;br&gt;i'm assuming that's where a collection of equivalent 5.0 docs are
&lt;br&gt;slowly being collected?
&lt;br&gt;&lt;br&gt;rday
&lt;br&gt;--
&lt;br&gt;&lt;br&gt;========================================================================
&lt;br&gt;Robert P. J. Day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Waterloo, Ontario, CANADA
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux Consulting, Training and Kernel Pedantry.
&lt;br&gt;&lt;br&gt;Web page: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://crashcourse.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://crashcourse.ca&lt;/a&gt;&lt;br&gt;Twitter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://twitter.com/rpjday&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rpjday&lt;/a&gt;&lt;br&gt;========================================================================
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26497032&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26497032&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sample-docbook5-files-to-stress-test-XSL-processors--tp26491558p26497032.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26496571</id>
	<title>Re: validating and transforming a simple docbook5 file in fedora linux</title>
	<published>2009-11-24T06:10:12Z</published>
	<updated>2009-11-24T06:10:12Z</updated>
	<author>
		<name>Daniel Leidert</name>
	</author>
	<content type="html">Am Dienstag, den 24.11.2009, 07:30 -0500 schrieb Robert P. J. Day:
&lt;br&gt;&lt;br&gt;[..]
&lt;br&gt;&amp;gt; &amp;nbsp; if i just want to validate that file against the relaxng schema with
&lt;br&gt;&amp;gt; xmllint, i have to *explicitly* list the schema file as follows,
&lt;br&gt;&amp;gt; correct?
&lt;br&gt;&lt;br&gt;Correct. However, please always use --noent (and maybe you want to use
&lt;br&gt;--noout). Otherwise you might miss bugs in entities. But that's just
&lt;br&gt;BTW.
&lt;br&gt;&lt;br&gt;&amp;gt; $ xmllint --relaxng /usr/share/xml/docbook5/schema/rng/5.0/docbook.rng test.db5
&lt;br&gt;&lt;br&gt;One word about xmllint here: Although I love it, it is not very useful
&lt;br&gt;for debugging RELAX NG schema based XML files. The error messages
&lt;br&gt;sometimes differ for the same issue depending on where the issue appears
&lt;br&gt;in the file. Sometimes the error messages are misleading or wrong - e.g.
&lt;br&gt;complaining about the attribute near to the buggy attribute. And there
&lt;br&gt;are some more issues.
&lt;br&gt;&lt;br&gt;*IMHO* jing is much better for validation here and it outputs meaningful
&lt;br&gt;error messages.
&lt;br&gt;&lt;br&gt;[..]
&lt;br&gt;&amp;gt; &amp;nbsp; and finally, to generate the HTML, i can use the handy-dandy &amp;quot;xmlto&amp;quot;
&lt;br&gt;&amp;gt; utility but i have to explicitly skip validation since the underlying
&lt;br&gt;&amp;gt; xsltproc program that will be called can't validate relaxng.
&lt;br&gt;&lt;br&gt;That is not correct. xmlto calls xmllint with --postvalid. This requires
&lt;br&gt;the presence of a DTD. You stumbled over a limitation of the xmlto
&lt;br&gt;script.
&lt;br&gt;&lt;br&gt;&amp;gt; $ xmlto --skip-validation html test.db5
&lt;br&gt;&amp;gt; Note: namesp. cut : stripped namespace before processing &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; My book title
&lt;br&gt;&amp;gt; WARNING: cannot add @xml:base to node set root element. &amp;nbsp;Relative paths may not work.
&lt;br&gt;&amp;gt; Note: namesp. cut : processing stripped document &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; My book title
&lt;br&gt;&amp;gt; Writing index.html for book
&lt;br&gt;&lt;br&gt;Another limitation of xmlto. It hardcodes the path to the
&lt;br&gt;namespace-stripped stylesheets (docbook-xsl), which slows down the
&lt;br&gt;processing. To be honest: you can easily directly use xsltproc instead
&lt;br&gt;of xmlto. You can even add the stylesheet to the XML file:
&lt;br&gt;&lt;br&gt;&amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; href=&amp;quot;...&amp;quot;?&amp;gt;
&lt;br&gt;&lt;br&gt;Regards, Daniel
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496571&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496571&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/validating-and-transforming-a-simple-docbook5-file-in-fedora-linux-tp26495090p26496571.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26496648</id>
	<title>Re: validating and transforming a simple docbook5 file in fedora linux</title>
	<published>2009-11-24T05:39:35Z</published>
	<updated>2009-11-24T05:39:35Z</updated>
	<author>
		<name>Thomas Schraitle</name>
	</author>
	<content type="html">Hi Robert,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;[... intro pruned ...]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; first, here's my incredibly trivial test.db5:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;book xmlns=&amp;quot;&lt;a href=&quot;http://docbook.org/ns/docbook&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.org/ns/docbook&lt;/a&gt;&amp;quot; version=&amp;quot;5.0&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;info&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;My book title&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;subtitle&amp;gt;My subtitle&amp;lt;/subtitle&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/info&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/book&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; so far, so good?
&lt;/div&gt;&lt;br&gt;It seems valid. :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;and, based on my reading so far (just getting
&lt;br&gt;&amp;gt; started), there's nothing i can add to associate that file with a
&lt;br&gt;&amp;gt; particular relaxng schema is there? &amp;nbsp;equivalent to a DTD
&lt;br&gt;&amp;gt; specification?
&lt;br&gt;&lt;br&gt;Right, there is no DOCTYPE, &amp;nbsp;namespace, or anything similar for
&lt;br&gt;RELAX NG.
&lt;br&gt;Some tools insert a processing instruction (like the oXygen XML
&lt;br&gt;editor) but as far as I know, it is not a common procedure.
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp; next, i can dig into my docbook5-schemas package to see the files:
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; /usr/share/xml/docbook5/schema/rng
&lt;br&gt;&amp;gt; /usr/share/xml/docbook5/schema/rng/5.0
&lt;br&gt;&amp;gt; /usr/share/xml/docbook5/schema/rng/5.0/catalog.xml
&lt;br&gt;&amp;gt; /usr/share/xml/docbook5/schema/rng/5.0/docbook.rnc
&lt;br&gt;&amp;gt; /usr/share/xml/docbook5/schema/rng/5.0/docbook.rng
&lt;br&gt;&amp;gt; /usr/share/xml/docbook5/schema/rng/5.0/docbookxi.rnc
&lt;br&gt;&amp;gt; /usr/share/xml/docbook5/schema/rng/5.0/docbookxi.rng
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; if i just want to validate that file against the relaxng schema with
&lt;br&gt;&amp;gt; xmllint, i have to *explicitly* list the schema file as follows,
&lt;br&gt;&amp;gt; correct?
&lt;/div&gt;&lt;br&gt;Yes, that's correct.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; $ xmllint --relaxng /usr/share/xml/docbook5/schema/rng/5.0/docbook.rng test.db5
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;book xmlns=&amp;quot;&lt;a href=&quot;http://docbook.org/ns/docbook&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.org/ns/docbook&lt;/a&gt;&amp;quot; version=&amp;quot;5.0&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;info&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;My book title&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;subtitle&amp;gt;My subtitle&amp;lt;/subtitle&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/info&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/book&amp;gt;
&lt;br&gt;&amp;gt; test.db5 validates
&lt;br&gt;&lt;br&gt;I'm not sure about the RELAX NG support in xmllint. Last time I
&lt;br&gt;tried to validate a DocBook5 document with xmllint I had some
&lt;br&gt;problems. Maybe your file is a very simple case for xmllint.
&lt;br&gt;&lt;br&gt;For this reason, check your documents with Jing too. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; any shortcuts for that? &amp;nbsp;as in (like i asked before) incorporating a
&lt;br&gt;&amp;gt; reference to the schema in the file itself?
&lt;br&gt;&lt;br&gt;Not that I'm aware of any. (Of course, you can always &amp;quot;invent&amp;quot; some
&lt;br&gt;magic with processing instruction or the like, but I skip this.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; and finally, to generate the HTML, i can use the handy-dandy &amp;quot;xmlto&amp;quot;
&lt;br&gt;&amp;gt; utility but i have to explicitly skip validation since the underlying
&lt;br&gt;&amp;gt; xsltproc program that will be called can't validate relaxng.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; [...]
&lt;br&gt;&lt;br&gt;I would call/run xsltproc directly.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; and that seems to work. &amp;nbsp;so, to summarize (and let me know if i'm
&lt;br&gt;&amp;gt; out to lunch here):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1) my test.db5 file is an adequate example of docbook5 input.
&lt;br&gt;&lt;br&gt;Yes, it's correct.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 2) if i want to validate against a relaxng schema with xmllint, i
&lt;br&gt;&amp;gt; *must* explicitly do it as i did above, since db5 doesn't support(?)
&lt;br&gt;&amp;gt; adding an internal reference to that kind of schema, correct?
&lt;br&gt;&lt;br&gt;It is not DocBook5, it is a &amp;quot;concept&amp;quot; from RELAX NG.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 3) at this time, actual processing utilities may not have relaxng
&lt;br&gt;&amp;gt; support so it's wise to separate the validation step from the
&lt;br&gt;&amp;gt; processing step, as i did above.
&lt;br&gt;&lt;br&gt;With &amp;quot;processing step&amp;quot; you mean transformation?
&lt;br&gt;In that case, it is not a matter of wise or not. &amp;nbsp;Normally you do
&lt;br&gt;(or should do) always validation and after this step, you transform
&lt;br&gt;your document. A tool could combine these steps (and some actually do),
&lt;br&gt;but internally, it works this way (first validation, second transformation).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; any comments on the above? &amp;nbsp;simplifications? &amp;nbsp;blatant oversights?
&lt;br&gt;&lt;br&gt;It makes sense. :) I would recommend to write a Makefile to simplify
&lt;br&gt;your tasks. Normally this makes it easier: you don't have to memorize
&lt;br&gt;all the command line tools and options. ;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; p.s. &amp;nbsp;for no good reason, i want to clarify these steps so i can write
&lt;br&gt;&amp;gt; a one-page wiki entry on how to get started playing with docbook5 on
&lt;br&gt;&amp;gt; fedora linux.
&lt;br&gt;&lt;br&gt;Sounds good. :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Tom
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496648&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26496648&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/validating-and-transforming-a-simple-docbook5-file-in-fedora-linux-tp26495090p26496648.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26495090</id>
	<title>validating and transforming a simple docbook5 file in fedora linux</title>
	<published>2009-11-24T04:30:08Z</published>
	<updated>2009-11-24T04:30:08Z</updated>
	<author>
		<name>Robert P. J. Day-2</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; as a followup to my earlier post, to get started with both docbook5
&lt;br&gt;and relaxng, i wanted to figure out the basic commands to do that
&lt;br&gt;validation and transformation on my fedora 12 box using
&lt;br&gt;yum-installable f12 packages, so anyone is free to tell me if i'm
&lt;br&gt;making this more difficult than it has to be.
&lt;br&gt;&lt;br&gt;&amp;nbsp; first, here's my incredibly trivial test.db5:
&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;book xmlns=&amp;quot;&lt;a href=&quot;http://docbook.org/ns/docbook&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.org/ns/docbook&lt;/a&gt;&amp;quot; version=&amp;quot;5.0&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;info&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;My book title&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;subtitle&amp;gt;My subtitle&amp;lt;/subtitle&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/info&amp;gt;
&lt;br&gt;&amp;lt;/book&amp;gt;
&lt;br&gt;&lt;br&gt;so far, so good? &amp;nbsp;and, based on my reading so far (just getting
&lt;br&gt;started), there's nothing i can add to associate that file with a
&lt;br&gt;particular relaxng schema is there? &amp;nbsp;equivalent to a DTD
&lt;br&gt;specification?
&lt;br&gt;&lt;br&gt;&amp;nbsp; next, i can dig into my docbook5-schemas package to see the files:
&lt;br&gt;...
&lt;br&gt;/usr/share/xml/docbook5/schema/rng
&lt;br&gt;/usr/share/xml/docbook5/schema/rng/5.0
&lt;br&gt;/usr/share/xml/docbook5/schema/rng/5.0/catalog.xml
&lt;br&gt;/usr/share/xml/docbook5/schema/rng/5.0/docbook.rnc
&lt;br&gt;/usr/share/xml/docbook5/schema/rng/5.0/docbook.rng
&lt;br&gt;/usr/share/xml/docbook5/schema/rng/5.0/docbookxi.rnc
&lt;br&gt;/usr/share/xml/docbook5/schema/rng/5.0/docbookxi.rng
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;&amp;nbsp; if i just want to validate that file against the relaxng schema with
&lt;br&gt;xmllint, i have to *explicitly* list the schema file as follows,
&lt;br&gt;correct?
&lt;br&gt;&lt;br&gt;$ xmllint --relaxng /usr/share/xml/docbook5/schema/rng/5.0/docbook.rng test.db5
&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;
&lt;br&gt;&amp;lt;book xmlns=&amp;quot;&lt;a href=&quot;http://docbook.org/ns/docbook&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.org/ns/docbook&lt;/a&gt;&amp;quot; version=&amp;quot;5.0&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;info&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;title&amp;gt;My book title&amp;lt;/title&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;subtitle&amp;gt;My subtitle&amp;lt;/subtitle&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/info&amp;gt;
&lt;br&gt;&amp;lt;/book&amp;gt;
&lt;br&gt;test.db5 validates
&lt;br&gt;$
&lt;br&gt;&lt;br&gt;&amp;nbsp; any shortcuts for that? &amp;nbsp;as in (like i asked before) incorporating a
&lt;br&gt;reference to the schema in the file itself?
&lt;br&gt;&lt;br&gt;&amp;nbsp; and finally, to generate the HTML, i can use the handy-dandy &amp;quot;xmlto&amp;quot;
&lt;br&gt;utility but i have to explicitly skip validation since the underlying
&lt;br&gt;xsltproc program that will be called can't validate relaxng.
&lt;br&gt;&lt;br&gt;$ xmlto html test.db5
&lt;br&gt;xmlto: /home/rpjday/docbook/test.db5 does not validate (status 3)
&lt;br&gt;xmlto: Fix document syntax or use --skip-validation option
&lt;br&gt;validity error : no DTD found!
&lt;br&gt;Document /home/rpjday/docbook/test.db5 does not validate
&lt;br&gt;&lt;br&gt;$ xmlto --skip-validation html test.db5
&lt;br&gt;Note: namesp. cut : stripped namespace before processing &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; My book title
&lt;br&gt;WARNING: cannot add @xml:base to node set root element. &amp;nbsp;Relative paths may not work.
&lt;br&gt;Note: namesp. cut : processing stripped document &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; My book title
&lt;br&gt;Writing index.html for book
&lt;br&gt;&lt;br&gt;&amp;nbsp; and that seems to work. &amp;nbsp;so, to summarize (and let me know if i'm
&lt;br&gt;out to lunch here):
&lt;br&gt;&lt;br&gt;1) my test.db5 file is an adequate example of docbook5 input.
&lt;br&gt;&lt;br&gt;2) if i want to validate against a relaxng schema with xmllint, i
&lt;br&gt;*must* explicitly do it as i did above, since db5 doesn't support(?)
&lt;br&gt;adding an internal reference to that kind of schema, correct?
&lt;br&gt;&lt;br&gt;3) at this time, actual processing utilities may not have relaxng
&lt;br&gt;support so it's wise to separate the validation step from the
&lt;br&gt;processing step, as i did above.
&lt;br&gt;&lt;br&gt;&amp;nbsp; any comments on the above? &amp;nbsp;simplifications? &amp;nbsp;blatant oversights?
&lt;br&gt;&lt;br&gt;rday
&lt;br&gt;&lt;br&gt;p.s. &amp;nbsp;for no good reason, i want to clarify these steps so i can write
&lt;br&gt;a one-page wiki entry on how to get started playing with docbook5 on
&lt;br&gt;fedora linux.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;&lt;br&gt;========================================================================
&lt;br&gt;Robert P. J. Day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Waterloo, Ontario, CANADA
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux Consulting, Training and Kernel Pedantry.
&lt;br&gt;&lt;br&gt;Web page: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://crashcourse.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://crashcourse.ca&lt;/a&gt;&lt;br&gt;Twitter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://twitter.com/rpjday&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rpjday&lt;/a&gt;&lt;br&gt;========================================================================
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495090&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26495090&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/validating-and-transforming-a-simple-docbook5-file-in-fedora-linux-tp26495090p26495090.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494790</id>
	<title>Re: sample docbook5 files to stress test XSL processors?</title>
	<published>2009-11-24T04:04:05Z</published>
	<updated>2009-11-24T04:04:05Z</updated>
	<author>
		<name>Robert P. J. Day-2</name>
	</author>
	<content type="html">On Tue, 24 Nov 2009, Tony Graham wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Nov 24 2009 07:33:41 +0000, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494790&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rpjday@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; i want to test setting up various combos of XSLT and XSL-FO
&lt;br&gt;&amp;gt; &amp;gt; processors on fedora 12 and, being suitably lazy, i'm looking for
&lt;br&gt;&amp;gt; &amp;gt; sample docbook5 files that will stress test the rendering -- you
&lt;br&gt;&amp;gt; &amp;gt; know, incorporating as many db5 elements as possible, or even a
&lt;br&gt;&amp;gt; &amp;gt; series of increasingly complex db5 files. &amp;nbsp;is there a canonical
&lt;br&gt;&amp;gt; &amp;gt; test suite for this? &amp;nbsp;thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; There is the 'testdocs' in the DocBook SourceForge project. &amp;nbsp;See
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&amp;nbsp; yup, that's what i'm after, thanks.
&lt;br&gt;&lt;br&gt;&amp;gt; They are mostly DocBook 4.4 documents, but I'm sure no-one would
&lt;br&gt;&amp;gt; mind if you made DocBook 5 versions and contributed back the
&lt;br&gt;&amp;gt; changes.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'd be interested to know how you plan to evaluate the output from
&lt;br&gt;&amp;gt; the XSL formatters.
&lt;br&gt;&lt;br&gt;&amp;nbsp; the first thing i want to do is just set up a minimal f12 toolchain.
&lt;br&gt;thoughts and a couple questions on that shortly.
&lt;br&gt;&lt;br&gt;rday
&lt;br&gt;--
&lt;br&gt;&lt;br&gt;========================================================================
&lt;br&gt;Robert P. J. Day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Waterloo, Ontario, CANADA
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux Consulting, Training and Kernel Pedantry.
&lt;br&gt;&lt;br&gt;Web page: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://crashcourse.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://crashcourse.ca&lt;/a&gt;&lt;br&gt;Twitter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://twitter.com/rpjday&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rpjday&lt;/a&gt;&lt;br&gt;========================================================================
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494790&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494790&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sample-docbook5-files-to-stress-test-XSL-processors--tp26491558p26494790.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494178</id>
	<title>Re: sample docbook5 files to stress test XSL processors?</title>
	<published>2009-11-24T03:16:36Z</published>
	<updated>2009-11-24T03:16:36Z</updated>
	<author>
		<name>Tony Graham-3</name>
	</author>
	<content type="html">On Tue, Nov 24 2009 07:33:41 +0000, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494178&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rpjday@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; i want to test setting up various combos of XSLT and XSL-FO
&lt;br&gt;&amp;gt; processors on fedora 12 and, being suitably lazy, i'm looking for
&lt;br&gt;&amp;gt; sample docbook5 files that will stress test the rendering -- you know,
&lt;br&gt;&amp;gt; incorporating as many db5 elements as possible, or even a series of
&lt;br&gt;&amp;gt; increasingly complex db5 files. &amp;nbsp;is there a canonical test suite for
&lt;br&gt;&amp;gt; this? &amp;nbsp;thanks.
&lt;br&gt;&lt;br&gt;There is the 'testdocs' in the DocBook SourceForge project. &amp;nbsp;See
&lt;br&gt;&lt;a href=&quot;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/testdocs/&lt;/a&gt;&lt;br&gt;&lt;br&gt;They are mostly DocBook 4.4 documents, but I'm sure no-one would mind if
&lt;br&gt;you made DocBook 5 versions and contributed back the changes.
&lt;br&gt;&lt;br&gt;I'd be interested to know how you plan to evaluate the output from the
&lt;br&gt;XSL formatters.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Tony Graham &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494178&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tony.Graham@...&lt;/a&gt;
&lt;br&gt;Director &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;W3C XSL FO SG Invited Expert
&lt;br&gt;Menteith Consulting Ltd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; XML Guild member
&lt;br&gt;XML, XSL and XSLT consulting, programming and training
&lt;br&gt;Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
&lt;br&gt;Registered in Ireland - No. 428599 &amp;nbsp; &lt;a href=&quot;http://www.menteithconsulting.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.menteithconsulting.com&lt;/a&gt;&lt;br&gt;&amp;nbsp; -- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;-- &amp;nbsp;--
&lt;br&gt;xmlroff XSL Formatter &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xmlroff.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlroff.org&lt;/a&gt;&lt;br&gt;xslide Emacs mode &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.menteith.com/wiki/xslide&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.menteith.com/wiki/xslide&lt;/a&gt;&lt;br&gt;Unicode: A Primer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; urn:isbn:0-7645-4625-2
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494178&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26494178&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sample-docbook5-files-to-stress-test-XSL-processors--tp26491558p26494178.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26491558</id>
	<title>sample docbook5 files to stress test XSL processors?</title>
	<published>2009-11-23T23:33:41Z</published>
	<updated>2009-11-23T23:33:41Z</updated>
	<author>
		<name>Robert P. J. Day-2</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; i want to test setting up various combos of XSLT and XSL-FO
&lt;br&gt;processors on fedora 12 and, being suitably lazy, i'm looking for
&lt;br&gt;sample docbook5 files that will stress test the rendering -- you know,
&lt;br&gt;incorporating as many db5 elements as possible, or even a series of
&lt;br&gt;increasingly complex db5 files. &amp;nbsp;is there a canonical test suite for
&lt;br&gt;this? &amp;nbsp;thanks.
&lt;br&gt;&lt;br&gt;rday
&lt;br&gt;--
&lt;br&gt;&lt;br&gt;========================================================================
&lt;br&gt;Robert P. J. Day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Waterloo, Ontario, CANADA
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux Consulting, Training and Kernel Pedantry.
&lt;br&gt;&lt;br&gt;Web page: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://crashcourse.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://crashcourse.ca&lt;/a&gt;&lt;br&gt;Twitter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://twitter.com/rpjday&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rpjday&lt;/a&gt;&lt;br&gt;========================================================================
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26491558&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26491558&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sample-docbook5-files-to-stress-test-XSL-processors--tp26491558p26491558.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26467301</id>
	<title>Re: Can I make XSL template for i18n</title>
	<published>2009-11-22T09:24:42Z</published>
	<updated>2009-11-22T09:24:42Z</updated>
	<author>
		<name>Jirka Kosek</name>
	</author>
	<content type="html">Akihiro Moriguchi wrote:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; I think it means I need a template for the &amp;quot;its&amp;quot; namespace, but I'm
&lt;br&gt;&amp;gt; quite not for sure because of my lack of DocBook XML and XSL knowledge.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm now reading &amp;quot;DocBook XSL: The Complete Guide&amp;quot;.
&lt;br&gt;&amp;gt; Is it possible to write the template for the feature or need further
&lt;br&gt;&amp;gt; reference?
&lt;br&gt;&lt;br&gt;Yes, you must add custom templates for handling your Ruby markup into
&lt;br&gt;your customization layer, something like:
&lt;br&gt;&lt;br&gt;&amp;lt;xsl:template match=&amp;quot;its:ruby&amp;quot; xmlns:its=&amp;quot;&lt;a href=&quot;http://www.w3.org/2005/11/its&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/11/its&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; ... code for handling ruby markup ...
&lt;br&gt;&amp;lt;/xsl:template&amp;gt;
&lt;br&gt;&lt;br&gt;Probably you will have to map Ruby markup to layout tables as support
&lt;br&gt;for Ruby in web browsers and FO engines is very poor.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Jirka
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; Jirka Kosek &amp;nbsp; &amp;nbsp; &amp;nbsp;e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26467301&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jirka@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://xmlguru.cz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlguru.cz&lt;/a&gt;&lt;br&gt;------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Professional XML consulting and training services
&lt;br&gt;&amp;nbsp; DocBook customization, custom XSLT/XSL-FO document processing
&lt;br&gt;------------------------------------------------------------------
&lt;br&gt;&amp;nbsp;OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
&lt;br&gt;------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (267 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26467301/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-I-make-XSL-template-for-i18n-tp26450237p26467301.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26466867</id>
	<title>minimal set of packages for docbook5 processing on fedora 12?</title>
	<published>2009-11-22T08:41:04Z</published>
	<updated>2009-11-22T08:41:04Z</updated>
	<author>
		<name>Robert P. J. Day-2</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; i posted this on the fedora list earlier today, but i figure this is
&lt;br&gt;just as appropriate a venue.
&lt;br&gt;&lt;br&gt;&amp;nbsp; what's the starter set of packages that one needs to start
&lt;br&gt;processing docbook5 on fedora 12, if one wants to work strictly with
&lt;br&gt;XML (not SGML), and leave DSSSL out of it, and so on? &amp;nbsp;in short, how
&lt;br&gt;little must i install depending on what output i want to generate?
&lt;br&gt;&lt;br&gt;&amp;nbsp; minimally, i realize i'm going to need (and what follows is out of
&lt;br&gt;pure ignorance since i have yet to attempt db5 processing on fedora):
&lt;br&gt;&lt;br&gt;&amp;nbsp; * libxml2 (for xmllint and xmlcatalog)
&lt;br&gt;&amp;nbsp; * libxslt (for xsltproc)
&lt;br&gt;&amp;nbsp; * docbook5-schemas
&lt;br&gt;&amp;nbsp; * docbook5-style-xsl
&lt;br&gt;&amp;nbsp; * fop (for PDF output)
&lt;br&gt;&lt;br&gt;you get the idea. &amp;nbsp;i want to put together a single-page wiki entry
&lt;br&gt;that shows fedora 12 people how to get started with writing and
&lt;br&gt;processing db5, but i don't want to drag along all the historical
&lt;br&gt;baggage.
&lt;br&gt;&lt;br&gt;&amp;nbsp; thoughts? &amp;nbsp;i'm just about to peruse bob stayton's docbook XSL book,
&lt;br&gt;and i can already see the caution that xmllint can't fully handle
&lt;br&gt;docbook5.
&lt;br&gt;&lt;br&gt;rday
&lt;br&gt;--
&lt;br&gt;&lt;br&gt;========================================================================
&lt;br&gt;Robert P. J. Day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Waterloo, Ontario, CANADA
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Linux Consulting, Training and Kernel Pedantry.
&lt;br&gt;&lt;br&gt;Web page: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://crashcourse.ca&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://crashcourse.ca&lt;/a&gt;&lt;br&gt;Twitter: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://twitter.com/rpjday&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/rpjday&lt;/a&gt;&lt;br&gt;========================================================================
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26466867&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26466867&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/minimal-set-of-packages-for-docbook5-processing-on-fedora-12--tp26466867p26466867.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26450237</id>
	<title>Can I make XSL template for i18n</title>
	<published>2009-11-20T13:02:57Z</published>
	<updated>2009-11-20T13:02:57Z</updated>
	<author>
		<name>Akihiro Moriguchi-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;Please let me know if it is possible to make template for XSL,
&lt;br&gt;because I'm quite new to DocBook XML and XSL.
&lt;br&gt;&lt;br&gt;I'm Japanese and interested in DocBook i17n customization.
&lt;br&gt;As I can read Mr. Kosek's post from archive following,
&lt;br&gt;&lt;a href=&quot;http://markmail.org/search/?q=ruby&amp;q=list%3Aorg.oasis-open.lists.docbook#query:ruby%20list%3Aorg.oasis-open.lists.docbook+page:2+mid:spm6csstu5x6axzk+state:results&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/search/?q=ruby&amp;q=list%3Aorg.oasis-open.lists.docbook#query:ruby%20list%3Aorg.oasis-open.lists.docbook+page:2+mid:spm6csstu5x6axzk+state:results&lt;/a&gt;&lt;br&gt;I got to know I can implement ruby annotation feature, 
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/xml-i18n-bp/#DevRuby&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/xml-i18n-bp/#DevRuby&lt;/a&gt;, with adding 
&lt;br&gt;&lt;a href=&quot;http://www.w3.org/TR/its/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/TR/its/&lt;/a&gt;&amp;nbsp;schema.
&lt;br&gt;&lt;br&gt;But the result of processing with xsltproc, I got following output.
&lt;br&gt;&lt;br&gt;----------------
&lt;br&gt;Element ruby in namespace '&lt;a href=&quot;http://www.w3.org/2005/11/its'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/11/its'&lt;/a&gt;&amp;nbsp;encountered in 
&lt;br&gt;para, but no template matches.
&lt;br&gt;Element rb in namespace '&lt;a href=&quot;http://www.w3.org/2005/11/its'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2005/11/its'&lt;/a&gt;&amp;nbsp;encountered in 
&lt;br&gt;its:ruby, but no template matches.
&lt;br&gt;&amp;nbsp; &amp;nbsp; .
&lt;br&gt;&amp;nbsp; &amp;nbsp; .
&lt;br&gt;----------------
&lt;br&gt;&lt;br&gt;I think it means I need a template for the &amp;quot;its&amp;quot; namespace, but I'm
&lt;br&gt;quite not for sure because of my lack of DocBook XML and XSL knowledge.
&lt;br&gt;&lt;br&gt;I'm now reading &amp;quot;DocBook XSL: The Complete Guide&amp;quot;.
&lt;br&gt;Is it possible to write the template for the feature or need further 
&lt;br&gt;reference?
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;Akihiro Moriguchi
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450237&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26450237&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can-I-make-XSL-template-for-i18n-tp26450237p26450237.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26439875</id>
	<title>Re: Footnotes in Lists don't work</title>
	<published>2009-11-20T00:25:23Z</published>
	<updated>2009-11-20T00:25:23Z</updated>
	<author>
		<name>Johannes Katelaan-2</name>
	</author>
	<content type="html">Cool!
&lt;br&gt;The current trunk version works perfectly!
&lt;br&gt;&lt;br&gt;Thanks a lot!
&lt;br&gt;&lt;br&gt;Johannes
&lt;br&gt;&lt;br&gt;Am 19.11.2009 um 17:17 schrieb Vincent Hennebert:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If that's an acceptable option for you, you can use the Trunk version of
&lt;br&gt;&amp;gt; FOP in which that bug has been fixed. You can download a snapshot of the
&lt;br&gt;&amp;gt; source code here:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://svn-master.apache.org/snapshots/fop/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn-master.apache.org/snapshots/fop/&lt;/a&gt;&lt;br&gt;&amp;gt; And see here for help about building FOP:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://xmlgraphics.apache.org/fop/trunk/compiling.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlgraphics.apache.org/fop/trunk/compiling.html&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; HTH,
&lt;br&gt;&amp;gt; Vincent
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Johannes Katelaan wrote:
&lt;br&gt;&amp;gt;&amp;gt; So it's a bug in FOP. Too bad!
&lt;br&gt;&amp;gt;&amp;gt; I will have a closer look at the workarounds described in the blog entry and see if it helps in the docbook context.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Johannes
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Am 17.11.2009 um 12:23 schrieb Damon Mannion:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I *think* this is a known limitation to footnotes and FOP?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I *think* this is explained here:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://rvdb.wordpress.com/2008/03/07/rendering-footnotes-in-tables-and-lists-with-fop/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rvdb.wordpress.com/2008/03/07/rendering-footnotes-in-tables-and-lists-with-fop/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; but am in China at the moment, and access to wordpress seems to be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; blocked...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Damon
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Tue, 17 Nov 2009 12:01 +0100, &amp;quot;Johannes Katelaan&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jk@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; if I put a footnote into a list (I tried itemizedlist and variablelist),
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; then the footnote number will be calculated correctly and will appear in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the text, but the footnote body does not appear at the bottom of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; page. Is this a bug or a feature? Is there a workaround for this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Johannes
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26439875&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Footnotes-in-Lists-don%27t-work-tp26387984p26439875.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26435106</id>
	<title>RE: Customizing Generated Text with No Context</title>
	<published>2009-11-19T14:17:00Z</published>
	<updated>2009-11-19T14:17:00Z</updated>
	<author>
		<name>Mauritz Jeanson</name>
	</author>
	<content type="html">| &amp;nbsp;-----Original Message-----
&lt;br&gt;| &amp;nbsp;From: John Green 
&lt;br&gt;| &amp;nbsp;
&lt;br&gt;| &amp;nbsp;However, the text I want to customize doesn't seem to have a 
&lt;br&gt;| &amp;nbsp;context. I want to customize the &amp;quot;Table of Contents&amp;quot; string 
&lt;br&gt;| &amp;nbsp;to &amp;quot;Contents&amp;quot;. I found the gentext entry for 
&lt;br&gt;| &amp;nbsp;&amp;quot;TableofContents&amp;quot; in en.xml, and it seems to be outside of 
&lt;br&gt;| &amp;nbsp;any &amp;lt;l:context&amp;gt; element. 
&lt;br&gt;| &amp;nbsp;
&lt;br&gt;| &amp;nbsp;How do I make the code work without specifying a context? I 
&lt;br&gt;| &amp;nbsp;tried removing the l:context lines, and I tried setting the 
&lt;br&gt;| &amp;nbsp;l:template name attribute to &amp;quot;&amp;quot;, &amp;quot;/&amp;quot;, and &amp;quot;.&amp;quot;, but nothing 
&lt;br&gt;| &amp;nbsp;works. How do I do this?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Just use &amp;lt;l:gentext&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;l:i18n xmlns:l=&amp;quot;&lt;a href=&quot;http://docbook.sourceforge.net/xmlns/l10n/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.sourceforge.net/xmlns/l10n/1.0&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;l:l10n language=&amp;quot;en&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;l:gentext key=&amp;quot;TableofContents&amp;quot; text=&amp;quot;Contents&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/l:l10n&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;/l:i18n&amp;gt;
&lt;br&gt;&lt;br&gt;Mauritz 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26435106&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26435106&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Customizing-Generated-Text-with-No-Context-tp26433705p26435106.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26433705</id>
	<title>Customizing Generated Text with No Context</title>
	<published>2009-11-19T12:34:19Z</published>
	<updated>2009-11-19T12:34:19Z</updated>
	<author>
		<name>John Green-3</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I want to customize text that is generated by the docbook xslt (all output formats). I found the sections on customizing generated text in the documentation. It includes the following code sample that creates a local.l10n.xml parameter and specifies a language and context as well as the text to be customized. 
&lt;br&gt;&lt;br&gt;&amp;lt;xsl:param name=&amp;quot;local.l10n.xml&amp;quot; select=&amp;quot;document('')&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;l:i18n xmlns:l=&amp;quot;&lt;a href=&quot;http://docbook.sourceforge.net/xmlns/l10n/1.0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://docbook.sourceforge.net/xmlns/l10n/1.0&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;l:l10n language=&amp;quot;en&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;l:context name=&amp;quot;xref-number-and-title&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;l:template name=&amp;quot;chapter&amp;quot; text=&amp;quot;Chapter %n: &amp;#8220;%t&amp;#8221;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/l:context&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;lt;/l:l10n&amp;gt;
&lt;br&gt;&amp;lt;/l:i18n&amp;gt;
&lt;br&gt;&lt;br&gt;However, the text I want to customize doesn't seem to have a context. I want to customize the &amp;quot;Table of Contents&amp;quot; string to &amp;quot;Contents&amp;quot;. I found the gentext entry for &amp;quot;TableofContents&amp;quot; in en.xml, and it seems to be outside of any &amp;lt;l:context&amp;gt; element. 
&lt;br&gt;&lt;br&gt;How do I make the code work without specifying a context? I tried removing the l:context lines, and I tried setting the l:template name attribute to &amp;quot;&amp;quot;, &amp;quot;/&amp;quot;, and &amp;quot;.&amp;quot;, but nothing works. How do I do this?
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;John
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Green
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26433705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26433705&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Customizing-Generated-Text-with-No-Context-tp26433705p26433705.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26433175</id>
	<title>RE: Tag formatting in PDF output</title>
	<published>2009-11-19T12:04:35Z</published>
	<updated>2009-11-19T12:04:35Z</updated>
	<author>
		<name>David Cramer (Tech Pubs)</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META content=&quot;text/html; charset=us-ascii&quot; http-equiv=Content-Type&gt;
&lt;META name=GENERATOR content=&quot;MSHTML 8.00.6001.18852&quot;&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT color=#0000ff size=2 face=Arial&gt;&lt;SPAN class=626305819-19112009&gt;Hi Andrew,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT color=#0000ff size=2 face=Arial&gt;&lt;SPAN class=626305819-19112009&gt;To do that you'll need to create a &quot;customization 
layer&quot; with templates to control the formatting for the elements you want to 
change. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2 face=Arial&gt;&lt;SPAN class=626305819-19112009&gt;You'll find&amp;nbsp;that Bob Stayton's book is&amp;nbsp;a 
great resource for this kind of thing. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff&gt;&lt;FONT size=2&gt;&lt;SPAN class=626305819-19112009&gt;Look &lt;/SPAN&gt;&lt;SPAN class=626305819-19112009&gt;here: &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;A href=&quot;http://www.sagehill.net/docbookxsl/CustomInlines.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT size=2 face=Arial&gt;http://www.sagehill.net/docbookxsl/CustomInlines.html&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial&gt;&lt;FONT color=#0000ff&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;SPAN class=626305819-19112009&gt;and&amp;nbsp;for information about creating the 
customization layer:&amp;nbsp;&amp;nbsp;&lt;A href=&quot;http://www.sagehill.net/docbookxsl/CustomMethods.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;http://www.sagehill.net/docbookxsl/CustomMethods.html&lt;/FONT&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;SPAN class=626305819-19112009&gt;&lt;FONT color=#0000ff size=2 face=Arial&gt;&amp;nbsp; 
&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT color=#0000ff size=2 face=Arial&gt;&lt;SPAN class=626305819-19112009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;SPAN class=626305819-19112009&gt;&lt;FONT color=#0000ff size=2 face=Arial&gt;David&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR&gt;
&lt;BLOCKQUOTE style=&quot;BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px&quot; dir=ltr&gt;
  &lt;DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left&gt;
  &lt;HR tabIndex=-1&gt;
  &lt;FONT size=2 face=Tahoma&gt;&lt;B&gt;From:&lt;/B&gt; Andrew Light 
  [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26433175&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;light.andrew@...&lt;/a&gt;] &lt;BR&gt;&lt;B&gt;Sent:&lt;/B&gt; Thursday, November 19, 2009 
  1:43 PM&lt;BR&gt;&lt;B&gt;To:&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26433175&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Subject:&lt;/B&gt; 
  [docbook-apps] Tag formatting in PDF output&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;/DIV&gt;Hi all,
  &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;I have DocBook files that I am converting to PDF (using FOP). I would 
  like my xml tags (like guilabel, guibutton, etc) to be formatted in a special 
  way in the PDF (comparable to the &amp;nbsp;way they are when I convert to HTML 
  using CSS).&lt;/DIV&gt;
  &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;How can I control the formatting of my XML tags through to the PDF 
  output?&lt;/DIV&gt;
  &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;Thanks in advance!&lt;/DIV&gt;
  &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;Andrew&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tag-formatting-in-PDF-output-tp26432827p26433175.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26432827</id>
	<title>Tag formatting in PDF output</title>
	<published>2009-11-19T11:43:29Z</published>
	<updated>2009-11-19T11:43:29Z</updated>
	<author>
		<name>Andrew Light</name>
	</author>
	<content type="html">Hi all,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I have DocBook files that I am converting to PDF (using FOP). I would like my xml tags (like guilabel, guibutton, etc) to be formatted in a special way in the PDF (comparable to the  way they are when I convert to HTML using CSS).&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;How can I control the formatting of my XML tags through to the PDF output?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks in advance!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Andrew&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Tag-formatting-in-PDF-output-tp26432827p26432827.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26429195</id>
	<title>Re: Footnotes in Lists don't work</title>
	<published>2009-11-19T08:17:04Z</published>
	<updated>2009-11-19T08:17:04Z</updated>
	<author>
		<name>Vincent Hennebert-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;If that's an acceptable option for you, you can use the Trunk version of
&lt;br&gt;FOP in which that bug has been fixed. You can download a snapshot of the
&lt;br&gt;source code here:
&lt;br&gt;&lt;a href=&quot;http://svn-master.apache.org/snapshots/fop/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn-master.apache.org/snapshots/fop/&lt;/a&gt;&lt;br&gt;And see here for help about building FOP:
&lt;br&gt;&lt;a href=&quot;http://xmlgraphics.apache.org/fop/trunk/compiling.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlgraphics.apache.org/fop/trunk/compiling.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;Vincent
&lt;br&gt;&lt;br&gt;&lt;br&gt;Johannes Katelaan wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; So it's a bug in FOP. Too bad!
&lt;br&gt;&amp;gt; I will have a closer look at the workarounds described in the blog entry and see if it helps in the docbook context.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Johannes
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Am 17.11.2009 um 12:23 schrieb Damon Mannion:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I *think* this is a known limitation to footnotes and FOP?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I *think* this is explained here:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://rvdb.wordpress.com/2008/03/07/rendering-footnotes-in-tables-and-lists-with-fop/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rvdb.wordpress.com/2008/03/07/rendering-footnotes-in-tables-and-lists-with-fop/&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; but am in China at the moment, and access to wordpress seems to be
&lt;br&gt;&amp;gt;&amp;gt; blocked...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Damon
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Tue, 17 Nov 2009 12:01 +0100, &amp;quot;Johannes Katelaan&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429195&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jk@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; if I put a footnote into a list (I tried itemizedlist and variablelist),
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; then the footnote number will be calculated correctly and will appear in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the text, but the footnote body does not appear at the bottom of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; page. Is this a bug or a feature? Is there a workaround for this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Johannes
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429195&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429195&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429195&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429195&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429195&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429195&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429195&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429195&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Footnotes-in-Lists-don%27t-work-tp26387984p26429195.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26415788</id>
	<title>DocBook Publishers Schema</title>
	<published>2009-11-18T13:08:24Z</published>
	<updated>2009-11-18T13:08:24Z</updated>
	<author>
		<name>Nic Gibson-2</name>
	</author>
	<content type="html">Hi folks
&lt;br&gt;&lt;br&gt;I've just come back to DocBook after about a year away and I'm doing some work that's going to involve using the Publishers Schema. I've come across an inconsistency that I'm unsure about. 
&lt;br&gt;&lt;br&gt;The spec for the schema lists &amp;lt;toc&amp;gt; as an included element. However, publishers.rnc does not include toc.rnc either directly or indirectly as far as I can tell. Have I missed something or not? 
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;nic
&lt;br&gt;--
&lt;br&gt;Nic Gibson
&lt;br&gt;Director, Corbas Consulting Ltd
&lt;br&gt;Editorial and Technical Consultancy and Training
&lt;br&gt;&lt;a href=&quot;http://www.corbas.co.uk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.corbas.co.uk&lt;/a&gt;, +44 (0)7718 906817	
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26415788&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26415788&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/DocBook-Publishers-Schema-tp26415788p26415788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26415279</id>
	<title>make bold all the xref labels? (Customizing xref style)</title>
	<published>2009-11-18T12:34:50Z</published>
	<updated>2009-11-18T12:34:50Z</updated>
	<author>
		<name>Robert Nagle</name>
	</author>
	<content type="html">I'm trying to figure out how to make bold all the xref labels in my printed PDF.
&lt;br&gt;&lt;br&gt;IN Chapter 15 of the XSL book p264 4th edition, there is a section on
&lt;br&gt;Customizing Cross Reference Typography.
&lt;br&gt;&lt;a href=&quot;http://www.sagehill.net/docbookxsl/CustomXrefs.html#CustomXrefStyle&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sagehill.net/docbookxsl/CustomXrefs.html#CustomXrefStyle&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;But I'm not sure what it means or how to actually implement it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Two methods are suggested. The first is using the insert.title.markup
&lt;br&gt;mode (whatever that is). The second method (which is more global) lets
&lt;br&gt;you use the xref.properties set. Both methods, of course, are over my
&lt;br&gt;head.
&lt;br&gt;&lt;br&gt;Let's try the second method, which seems easier.
&lt;br&gt;&lt;br&gt;What is xref.properties? The example given lists name=&amp;quot;color&amp;quot; and a
&lt;br&gt;test for it. I don't &amp;nbsp;recognize the name=&amp;quot;color&amp;quot; attribute here. What
&lt;br&gt;other attributes could you use here? Is there some kind of &amp;nbsp;reference
&lt;br&gt;for what can go inside xref.properties?
&lt;br&gt;&lt;br&gt;The earlier example in the same section shows a stylesheet
&lt;br&gt;customization that looks inside sect1 or section and whenever it sees
&lt;br&gt;an xref, it inserts an FO statement when the $purpose=&amp;quot;xref&amp;quot;:
&lt;br&gt;&lt;br&gt;&amp;lt;xsl:template &amp;nbsp;match=&amp;quot;sect1|sect2|sect3|sect4|sect5|section&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mode=&amp;quot;insert.title.markup&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xsl:param name=&amp;quot;purpose&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xsl:param name=&amp;quot;xrefstyle&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;xsl:param name=&amp;quot;title&amp;quot;/&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;lt;xsl:choose&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;xsl:when test=&amp;quot;$purpose = 'xref'&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;fo:inline font-style=&amp;quot;italic&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsl:copy-of select=&amp;quot;$title&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/fo:inline&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/xsl:when&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;xsl:otherwise&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;xsl:copy-of select=&amp;quot;$title&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/xsl:otherwise&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/xsl:choose&amp;gt;
&lt;br&gt;&amp;lt;/xsl:template&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;But I don't understand purpose='xref' here. What is purpose and how
&lt;br&gt;would a writer specify this? Did this template just create
&lt;br&gt;name=&amp;quot;purpose&amp;quot; out of thin air or is this something already described
&lt;br&gt;in a stylesheet? In fact, the first part of this doesn't make sense at
&lt;br&gt;all to me; can anyone explain what is going on with purpose and
&lt;br&gt;mode=&amp;quot;insert.title.markup&amp;quot; (I recognize xrefstyle and title but not
&lt;br&gt;the rest).
&lt;br&gt;&lt;br&gt;Thanks for your help.
&lt;br&gt;&lt;br&gt;Robert
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Robert Nagle
&lt;br&gt;htpt://www.robertnagle.info
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26415279&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26415279&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/make-bold-all-the-xref-labels--%28Customizing-xref-style%29-tp26415279p26415279.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26388501</id>
	<title>Re: Footnotes in Lists don't work</title>
	<published>2009-11-17T03:38:58Z</published>
	<updated>2009-11-17T03:38:58Z</updated>
	<author>
		<name>Johannes Katelaan-2</name>
	</author>
	<content type="html">So it's a bug in FOP. Too bad!
&lt;br&gt;I will have a closer look at the workarounds described in the blog entry and see if it helps in the docbook context.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Johannes
&lt;br&gt;&lt;br&gt;Am 17.11.2009 um 12:23 schrieb Damon Mannion:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I *think* this is a known limitation to footnotes and FOP?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I *think* this is explained here:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://rvdb.wordpress.com/2008/03/07/rendering-footnotes-in-tables-and-lists-with-fop/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rvdb.wordpress.com/2008/03/07/rendering-footnotes-in-tables-and-lists-with-fop/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; but am in China at the moment, and access to wordpress seems to be
&lt;br&gt;&amp;gt; blocked...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Damon
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Tue, 17 Nov 2009 12:01 +0100, &amp;quot;Johannes Katelaan&amp;quot;
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388501&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jk@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; if I put a footnote into a list (I tried itemizedlist and variablelist),
&lt;br&gt;&amp;gt;&amp;gt; then the footnote number will be calculated correctly and will appear in
&lt;br&gt;&amp;gt;&amp;gt; the text, but the footnote body does not appear at the bottom of the
&lt;br&gt;&amp;gt;&amp;gt; page. Is this a bug or a feature? Is there a workaround for this?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Johannes
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388501&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388501&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388501&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388501&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388501&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388501&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Footnotes-in-Lists-don%27t-work-tp26387984p26388501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26388288</id>
	<title>Re: Footnotes in Lists don't work</title>
	<published>2009-11-17T03:23:03Z</published>
	<updated>2009-11-17T03:23:03Z</updated>
	<author>
		<name>Damon Mannion</name>
	</author>
	<content type="html">I *think* this is a known limitation to footnotes and FOP?
&lt;br&gt;&lt;br&gt;I *think* this is explained here:
&lt;br&gt;&lt;a href=&quot;http://rvdb.wordpress.com/2008/03/07/rendering-footnotes-in-tables-and-lists-with-fop/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rvdb.wordpress.com/2008/03/07/rendering-footnotes-in-tables-and-lists-with-fop/&lt;/a&gt;&lt;br&gt;&lt;br&gt;but am in China at the moment, and access to wordpress seems to be
&lt;br&gt;blocked...
&lt;br&gt;&lt;br&gt;Damon
&lt;br&gt;&lt;br&gt;On Tue, 17 Nov 2009 12:01 +0100, &amp;quot;Johannes Katelaan&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388288&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jk@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; if I put a footnote into a list (I tried itemizedlist and variablelist),
&lt;br&gt;&amp;gt; then the footnote number will be calculated correctly and will appear in
&lt;br&gt;&amp;gt; the text, but the footnote body does not appear at the bottom of the
&lt;br&gt;&amp;gt; page. Is this a bug or a feature? Is there a workaround for this?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Johannes
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388288&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388288&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388288&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26388288&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Footnotes-in-Lists-don%27t-work-tp26387984p26388288.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26387984</id>
	<title>Footnotes in Lists don't work</title>
	<published>2009-11-17T03:01:17Z</published>
	<updated>2009-11-17T03:01:17Z</updated>
	<author>
		<name>Johannes Katelaan-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;if I put a footnote into a list (I tried itemizedlist and variablelist), then the footnote number will be calculated correctly and will appear in the text, but the footnote body does not appear at the bottom of the page. Is this a bug or a feature? Is there a workaround for this?
&lt;br&gt;&lt;br&gt;Johannes
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26387984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26387984&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Footnotes-in-Lists-don%27t-work-tp26387984p26387984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26380034</id>
	<title>Publishing extremely long tables</title>
	<published>2009-11-16T13:40:38Z</published>
	<updated>2009-11-16T13:40:38Z</updated>
	<author>
		<name>jrhooker</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I'm publishing docbook files that have been generated off of RDL (register description language) files. Some of the tables in the documents are sufficiently huge that they overwhelm the dbxsl publishing scripts due to, I believe, the degree of recursion necessary to handle rowspan elements.
&lt;br&gt;&lt;br&gt;The thing is, none of the huge tables *use* rowspan elements, so checking for them is a waste of resources. I'm going to alter the table processing so that it checks at each tbody element to see if any of the containing rows contain rowspan elements, and if not then have it use a simplified processing model. Just thought I'd check to see if anyone had already done this and what the best approach turned out to be.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Jeff.
&lt;br&gt;&lt;br&gt;Jeff Hooker, XDocs Admin, Technical Communications
&lt;br&gt;PMC-Sierra, Inc., 100-2700 Production Way, Burnaby BC &amp;nbsp;V5A 4X1
&lt;br&gt;(Tel) &amp;nbsp;604.415.6000 x 2625
&lt;br&gt;(Cell) 778-855-7406
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26380034&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26380034&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Publishing-extremely-long-tables-tp26380034p26380034.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26378088</id>
	<title>Re: Building UTF-8 pdfs.</title>
	<published>2009-11-16T11:37:38Z</published>
	<updated>2009-11-16T11:37:38Z</updated>
	<author>
		<name>Chris Jones-44</name>
	</author>
	<content type="html">On Mon, Nov 16, 2009 at 01:51:53PM EST, Jirka Kosek wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Chris Jones wrote:
&lt;br&gt;&amp;gt; &amp;gt; I created a bare-bones DocBook xml file that contains:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This problem is too TeX spefic -- probably you can expect more help on
&lt;br&gt;&amp;gt; specialized XeTeX and TeX lists.
&lt;br&gt;&lt;br&gt;That's the problem with tool chains - you're never sure where to ask.
&lt;br&gt;&lt;br&gt;This is initially an asciidoc problem :-)
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;CJ
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26378088&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26378088&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-UTF-8-pdfs.-tp26367891p26378088.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26377843</id>
	<title>Re: Image overflows</title>
	<published>2009-11-16T11:21:24Z</published>
	<updated>2009-11-16T11:21:24Z</updated>
	<author>
		<name>Tobias Anstett [k15t.com]</name>
	</author>
	<content type="html">I don't know if I was too fast stating that XEP supports it, but I
&lt;br&gt;will evaluate it. My assumption was based on
&lt;br&gt;&lt;a href=&quot;http://www.renderx.com/reference.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.renderx.com/reference.html&lt;/a&gt;&amp;nbsp; -&amp;gt; Core Options -&amp;gt;
&lt;br&gt;SUPPORT_XSL11 which turns on/off XSL-FO 1.1 support. I will try
&lt;br&gt;tomorrow and tell you if it works or not. For me this would be a
&lt;br&gt;really useful feature too.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Tobias
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sun, Nov 15, 2009 at 8:13 PM, David Cramer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dcramer@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I don't see any reference to it being supported in the XEP docs. This is surprising given how usefult a feature it is.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.google.com/search?q=%22scale-down-to-fit%22+site%3Arenderx.com&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.google.com/search?q=%22scale-down-to-fit%22+site%3Arenderx.com&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; David
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt;&amp;gt; From: Tobias Anstett [k15t.com] [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tobias@...&lt;/a&gt;]
&lt;br&gt;&amp;gt;&amp;gt; Sent: Sunday, November 15, 2009 7:24 AM
&lt;br&gt;&amp;gt;&amp;gt; To: Vincent Hennebert
&lt;br&gt;&amp;gt;&amp;gt; Cc: DocBook Apps
&lt;br&gt;&amp;gt;&amp;gt; Subject: Re: [docbook-apps] Image overflows
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks Vincent, thanks Bob,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We are using FOP as well as XEP so it should work for me. Are
&lt;br&gt;&amp;gt;&amp;gt; there any plans to update the graphics template to support
&lt;br&gt;&amp;gt;&amp;gt; this FO 1.1 feature out of the box?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Best,
&lt;br&gt;&amp;gt;&amp;gt; Tobias
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Fri, Nov 13, 2009 at 9:19 PM, Vincent Hennebert
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vhennebert@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Hi Bob,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Bob Stayton wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Hi Vincent,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; If you don't mind my asking, how did you learn that FOP
&lt;br&gt;&amp;gt;&amp;gt; 0.95 supports
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; it?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I ran it on a simple FO file and noticed it was producing
&lt;br&gt;&amp;gt;&amp;gt; the expected
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; output, so I assumed it had support for it :-)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; The FOP compliance page does not mention it:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://xmlgraphics.apache.org/fop/compliance.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlgraphics.apache.org/fop/compliance.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; The only 1.1 property it mentions is for bookmarks.  I suspect the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; compliance page needs to be updated.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Indeed, what's confusing is that the compliance page mentions the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; XSL-FO 1.0 Recommendation, and not 1.1. In fact, FOP has already
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; started to implement some 1.1 features.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; (Actually, there already is a reported bug about that:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=46565&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=46565&lt;/a&gt;)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Vincent
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Bob Stayton
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Sagehill Enterprises
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bobs@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; ----- Original Message ----- From: &amp;quot;Vincent Hennebert&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vhennebert@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; To: &amp;quot;docbook-apps&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Sent: Friday, November 13, 2009 9:16 AM
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Subject: Re: [docbook-apps] Image overflows
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Hi Bob,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Bob Stayton wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; content-width=&amp;quot;scale-down-to-fit&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; is a new feature in XSL-FO version 1.1.  Do you know of
&lt;br&gt;&amp;gt;&amp;gt; any XSL-FO
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; processors that support it?  I can't seem to find it
&lt;br&gt;&amp;gt;&amp;gt; mentioned in
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; any documentation of the processors.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Apache FOP supports it since version 0.95. I don't know
&lt;br&gt;&amp;gt;&amp;gt; about other
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; XSL-FO processors.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Vincent
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Bob Stayton
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Sagehill Enterprises
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bobs@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; ----- Original Message ----- From: &amp;quot;Vincent Hennebert&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vhennebert@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; To: &amp;quot;docbook-apps&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent: Friday, November 13, 2009 2:53 AM
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Subject: Re: [docbook-apps] Image overflows
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi Tobias,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Tobias Anstett [k15t.com] wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Recently I had a problem with image overflows using Apache as
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; well as XEP.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I use both very wide and very high images in my documentation.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; When applying my customization layers they are always
&lt;br&gt;&amp;gt;&amp;gt; scaled to
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; match the width of the page but I have problems if the
&lt;br&gt;&amp;gt;&amp;gt; image is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; still to high to match the available page space/size.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Using Apache images are just rendered on top of the
&lt;br&gt;&amp;gt;&amp;gt; page ignoring
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the page master setup (so above header, body, footer, starter
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ...) not fitting into the available area in the body.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Using XEP there is just some information in the logs
&lt;br&gt;&amp;gt;&amp;gt; stating that
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; XEP was not able to satisfy the constraints and (!!!) does not
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; print the image at all.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I use &amp;lt;d:imagedata width=&amp;quot;100%&amp;quot; contentdepth=&amp;quot;100%&amp;quot;
&lt;br&gt;&amp;gt; .../&amp;gt; in docbook.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Is there a way to enable some kind of auto-fit
&lt;br&gt;&amp;gt;&amp;gt; functionality? In
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; a customization layer producing some kind of powerpoint slide
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; layout I overwrote the graphic template to set the (maximum)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; height. Now,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; i) very wide but not that high images are scaled to fit the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; available width (OK)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ii) very high but not very wide images are scaled to fit the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; available height (OK)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; iii) small images are upscaled to match height or respectively
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the width (NOT REALLY OK)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Do somebody have a solution for point iii ?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Not sure of what needs to be done at the DocBook level,
&lt;br&gt;&amp;gt;&amp;gt; but at the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; XSL-FO level you should generate something like this:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;    &amp;lt;fo:external-graphic src=&amp;quot;url('path/to/the/image')&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;        inline-progression-dimension.maximum=&amp;quot;100%&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;        content-width=&amp;quot;scale-down-to-fit&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;        block-progression-dimension.maximum=&amp;quot;&amp;lt;height of
&lt;br&gt;&amp;gt;&amp;gt; region-body&amp;gt;&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;        content-height=&amp;quot;scale-down-to-fit&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; That should keep small images to their natural widths and scale
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; down bigger images.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; HTH,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Vincent
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; To unsubscribe, e-mail:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; For additional commands, e-mail:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377843&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;docbook-apps-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Image-overflows-tp26306005p26377843.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26377401</id>
	<title>Re: Building UTF-8 pdfs.</title>
	<published>2009-11-16T10:51:53Z</published>
	<updated>2009-11-16T10:51:53Z</updated>
	<author>
		<name>Jirka Kosek</name>
	</author>
	<content type="html">Chris Jones wrote:
&lt;br&gt;&amp;gt; I created a bare-bones DocBook xml file that contains:
&lt;br&gt;&lt;br&gt;This problem is too TeX spefic -- probably you can expect more help on
&lt;br&gt;specialized XeTeX and TeX lists.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Jirka
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; Jirka Kosek &amp;nbsp; &amp;nbsp; &amp;nbsp;e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377401&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jirka@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://xmlguru.cz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xmlguru.cz&lt;/a&gt;&lt;br&gt;------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Professional XML consulting and training services
&lt;br&gt;&amp;nbsp; DocBook customization, custom XSLT/XSL-FO document processing
&lt;br&gt;------------------------------------------------------------------
&lt;br&gt;&amp;nbsp;OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
&lt;br&gt;------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (267 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26377401/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Building-UTF-8-pdfs.-tp26367891p26377401.html" />
</entry>

</feed>
