Re: [docbook-apps] html5 align image right

2013-09-05 Thread Bob Stayton
Well, if you are going to float it, it should not be an inlinemediaobject, which is intended to appear inline. You could instead use this in your source file: Some Text The informalfigure wrapper lets you add a floatstyle attribute, without adding a title. Bob

Re: [docbook-apps] PDF Output: calling a different page master for a specific element

2013-09-05 Thread Bob Stayton
to look at PSMI. Restarting a flow in the middle of a page-sequence is what the PSMI scheme does. It terminates one page sequence, inserts a new one for the table, and then restarts the previous page-sequence with the rest of the material. It's quite brilliant, and actually works.

Re: [docbook-apps] PDF Output: calling a different page master for a specific element

2013-09-04 Thread Bob Stayton
an FO file. PSMI is described at http://www.cranesoftwrights.com/resources/psmi/index.htm. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Jeff Hooker" Sent: Wednesday, September 04, 2013 2:36 PM To: Subject: [docbook-apps]

Re: [docbook-apps] Bibliography vs. olinks

2013-09-01 Thread Bob Stayton
Hi Alexey, This is really a stylesheet glitch. Only empty biblioentries should trigger a lookup in the bibliography database, but that test is insufficient, because it uses: Indeed, since all the necessary document info is already in the olink database - why not use it? Unfortunately,

Re: [docbook-apps] how remove dot in orderedlist/listitem?

2013-08-30 Thread Bob Stayton
should work. I'm a bit surprised that the dots are hard wired like that. Most generated punctuation is part of the gentext system so that it can be more easily changed for different languages. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Dave Milter Sent: Friday, August 30, 2013

Re: [docbook-apps] Spurious matches of CaseB/CaseF in select.olink.key.in.lang

2013-08-28 Thread Bob Stayton
the olinkdb.xml file for that external document is added to the href value. I hope I answered your questions. If not, feel free to ask more. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Alexey Neyman Sent: Wednesday, August 28, 2013 1:29 PM To: DocBook Apps Subject: [docbook-apps]

Re: [docbook-apps] Generating multiple metadata elements in user.head.content

2013-08-28 Thread Bob Stayton
an wrappers and reduce it to plain text for the attribute value. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Xmplar Sent: Tuesday, August 27, 2013 6:48 PM To: DocBook Apps Subject: [docbook-apps] Generating multiple metadata elements in user.head.content I have two book author

Re: [docbook-apps] Clean up copy-pasted code in fop1.xsl

2013-08-27 Thread Bob Stayton
$generate.index = 1, it will process any indexdiv|indexentry elements if they exist, and then if there are none, it calls "generate-index". Perhaps that param should have been named 'show.index' instead, but I'm not going to change that now. Bob Stayton Sagehill Ente

Re: [docbook-apps] Bug in olink's use of mode="xref-to"?

2013-08-27 Thread Bob Stayton
Hi Alexey, Thanks for the thorough analysis and patch. I've commited the change. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Alexey Neyman Sent: Monday, August 26, 2013 5:11 PM To: DocBook Apps Subject: [docbook-apps] Bug in olink's use of mode="xref-to"

Re: [docbook-apps] entities and glossary database

2013-08-26 Thread Bob Stayton
is form of inline glossterm (either directly or in an entity declaration), you will get a hot link: a test This doc provides more information about the autolinking feature and the @baseform attribute: http://www.sagehill.net/docbookxsl/LinkToGlossary.html Bob Stayton Sagehill Ent

Re: [docbook-apps] db 5, html output, tocdiv/title

2013-08-26 Thread Bob Stayton
Hi Dave, Indeed, this appears to be an incomplete implementation of the DocBook 5 toc elements. Can you please file a bug report on SourceForge to get this fixed? Thanks. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "

Re: [docbook-apps] Info element & title

2013-08-21 Thread Bob Stayton
That's a bug in the template for procedure and is not intentional. The behavior of title versus info/title should be the same. Would you mind filing a bug report on the DocBook SourceForge site so this can get fixed? Bob Stayton Sagehill Enterprises b...@sagehill.net From: David Goss

Re: [docbook-apps] olinking between PDFs - page citation

2013-08-06 Thread Bob Stayton
XSLT processor if not. Generated id values are not necessarily consistent between runs. If you want to reliably reference another document's pages, you are advised to put id attributes in your DocBook source for every element you might reference and not rely on generated id values.

Re: [docbook-apps] A little XML-to-XML handholding?

2013-08-01 Thread Bob Stayton
(PDF) stylesheet, not the stylesheet for HTML output. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Fredrik Unger" Sent: Thursday, August 01, 2013 2:59 AM To: "Bob Stayton" Cc: "Richard Hamilton" ; &

Re: [docbook-apps] A little XML-to-XML handholding?

2013-07-31 Thread Bob Stayton
footnote for a element in DocBook. So if you convert the HTML elements to , then this feature will produce footnotes when processed: http://www.sagehill.net/docbookxsl/Ulinks.html Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Ric

Re: [docbook-apps] Breaking 'code' lines in tables for FO output (Apache FOP to PDF)

2013-07-29 Thread Bob Stayton
That's the only solution that I know of. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: Sent: Monday, July 29, 2013 8:27 AM Cc: Subject: Re: [docbook-apps] Breaking 'code' lines in tables for FO output (Apache FOP to

Re: [docbook-apps] Breaking 'code' lines in tables for FO output (Apache FOP to PDF)

2013-07-29 Thread Bob Stayton
Hi Graeme, If you are using DocBook 5, then element names in any stylesheet customization need have the DocBook namespace prefix (d:entry) as described here. http://www.sagehill.net/docbookxsl/CustomDb5Xsl.html If not, they don't match on elements and do not work. Bob Stayton Sag

Re: [docbook-apps] displaying full-page graphics inside a chapter?

2013-07-26 Thread Bob Stayton
ould begin" suggests that you have the 'body.start.indent' param set and your content is indented (except for titles). If you want the graphic's left edge to start at the left margin like the titles, then put it inside an informalfigure and add a pgwide="1"

Re: [docbook-apps] olinking between PDFs - open target in new window

2013-07-26 Thread Bob Stayton
I just tested this and I can confirm that the 1.78.1 stylesheet works outside of Oxygen, using Saxon and FOP 1.1. I also tested the same stylesheet customization inside Oxygen 15.0, and that PDF did not work. So I tried changing the Oxygen Transformation to save the .fo file instead of generat

Re: [docbook-apps] Footer background color for pront output

2013-07-25 Thread Bob Stayton
e custom page-master is not working. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Alan Oehler Sent: Wednesday, July 24, 2013 4:05 PM To: docbook-apps Subject: Re: [docbook-apps] Footer background color for pront output Took me a while to get back to this. Bob, I followed th

Re: [docbook-apps] Outline numbering for HTML output

2013-07-25 Thread Bob Stayton
then those numbers will be used everywhere, including the TOC and xrefs. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Jeff Powanda Sent: Thursday, July 25, 2013 9:11 AM To: docbook-apps Cc: TechPubs Subject: [docbook-apps] Outline numbering for HTML output I'm trying to output HTM

Re: [docbook-apps] Generating e-pub and html indexes

2013-07-23 Thread Bob Stayton
e="label.markup"/> When customizing index templates, your customization layer will usually need to incorporate the entity declarations that are used in most of the index templates. See the top of the autoidx.xsl file to see how to do that. Bob Stayton Sagehill Enterprises b...@sagehi

Re: [docbook-apps] Generating e-pub and html indexes

2013-07-22 Thread Bob Stayton
e a page number, so I was asking about an example of what you want the hot text to say instead of the section title, given that page numbers don't exist in HTML output. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Pc Thoms Sent: Monday, July 22, 2013 5:02 PM To: Bob Stay

Re: [docbook-apps] Generating e-pub and html indexes

2013-07-22 Thread Bob Stayton
> Locators like those in pdfs generated via FO are ideal. Can you give an example of what those locators would look like in the context of HTML and ePub, which have no fixed page numbers? Bob Stayton Sagehill Enterprises b...@sagehill.net From: Pc Thoms Sent: Thursday, July 18, 2013 5

Re: [docbook-apps] HTML heading tags issue with article

2013-07-19 Thread Bob Stayton
to chapter titles and such. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Alan Oehler Sent: Tuesday, July 16, 2013 3:54 PM To: Bob Stayton Cc: docbook-apps Subject: Re: [docbook-apps] HTML heading tags issue with article Hmmm... looks like it should be easy, but I've had no

Re: [docbook-apps] HTML heading tags issue with article

2013-07-16 Thread Bob Stayton
titles, which should get a section level of zero. But it is a short template and you can customize it. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Alan Oehler Sent: Tuesday, July 16, 2013 11:11 AM To: docbook-apps Subject: [docbook-apps] HTML heading tags issue with article

Re: [docbook-apps] Wide verbatim shading overflowing into right margin in PDF

2013-07-12 Thread Bob Stayton
.html#FullWidthExamples). Bob Stayton Sagehill Enterprises b...@sagehill.net From: Mark Craig Sent: Friday, July 12, 2013 4:12 AM To: Bob Stayton Cc: DocBook Apps Subject: Re: [docbook-apps] Wide verbatim shading overflowing into right margin in PDF Thanks Bob, I see now that it's

Re: [docbook-apps] Placement of notes

2013-07-02 Thread Bob Stayton
certain DocBook templates to place the special text, trigger ing processing of them in the new modes. For example, customize the book template to call a template named something like "process.endnotes" and placed at the end of the book template to trigger end note processing there.

Re: [docbook-apps] Footer background color for pront output

2013-06-28 Thread Bob Stayton
here: http://www.sagehill.net/docbookxsl/PageDesign.html#DeclarePageMasters Bob Stayton Sagehill Enterprises b...@sagehill.net From: Alan Oehler Sent: Wednesday, June 26, 2013 3:17 PM To: docbook-apps@lists.oasis-open.org Subject: [docbook-apps] Footer background color for pront output Hi

Re: [docbook-apps] How do I style a list of tables?

2013-06-26 Thread Bob Stayton
Oh, you probably changed the 'toc.margin.properties' attribute-set. You are right, that should also be used for lists of tables, etc. You can add it to the template named 'list.of.titles' in your customization layer, from fo/autotoc.xsl: Bob Stayton Sa

Re: [docbook-apps] How do I style a list of tables?

2013-06-26 Thread Bob Stayton
this doc: http://www.sagehill.net/docbookxsl/CustomGentext.html Bob Stayton Sagehill Enterprises b...@sagehill.net From: Eric Nordlund Sent: Tuesday, June 25, 2013 9:20 AM To: docbook-apps@lists.oasis-open.org Subject: [docbook-apps] How do I style a list of tables? Hello. I have a

Re: [docbook-apps] DocBook assembly processing: "no namespace bound to prefix d" + 'info' element contents ignored

2013-06-12 Thread Bob Stayton
* version of the stylesheets. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Bob Stayton" Sent: Wednesday, June 12, 2013 8:25 AM To: ; Subject: Re: [docbook-apps] DocBook assembly processing: "no namespace bound to pr

Re: [docbook-apps] DocBook assembly generation: missing top-level titles

2013-06-12 Thread Bob Stayton
ement, create a resource element that points to that file, and reference that resource with a resourceref attribute on the structure element. Then the merge will work. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: Sent: Wednesday,

Re: [docbook-apps] DocBook assembly processing: "no namespace bound to prefix d" + 'info' element contents ignored

2013-06-12 Thread Bob Stayton
o they don't need to remember to add the prefix to every element. (However, in XSL stylesheets, the match attributes *must* use the prefix syntax, as the default namespace in a stylesheet defines the output.) Bob Stayton Sagehill Ent

Re: [docbook-apps] DocBook assembly generation: missing top-level titles

2013-06-07 Thread Bob Stayton
id as a child of structure. See Norm's documentation at: http://docbook.org/tdg51/en/html/structure.html So the bug here is that title worked. 8^) Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: Sent: Friday, June 07, 2013

Re: [docbook-apps] body.start.indent with mixed one and two column layout

2013-06-07 Thread Bob Stayton
ou want to control. You'll notice that pageclass="index" is omitted, so you should not be getting indents in the index already. Bob Stayton Sagehill Enterprises b...@sagehill.net From: David Goss Sent: Friday, June 07, 2013 8:14 AM To: docbook-apps@lists.oasis-open.or

Re: [docbook-apps] Assemblies in DocBook 5.1: generating multiple structure outputs using assemble.xml

2013-05-24 Thread Bob Stayton
Hi Graeme, Certainly it is possible to chunk out multiple documents from multiple structures in an assembly, but it is not yet implemented as a feature in assemble.xsl. I'll add it to the list for a future release. Bob Stayton Sagehill Enterprises b...@sagehil

Re: [docbook-apps] Page numbers in body.margin.outer

2013-05-15 Thread Bob Stayton
Hi Claudio, This should get you started, with some comments: .5in .25in 12pt true 0 outside 0.25in end start Let me know if you have any questions. Bob

Re: [docbook-apps] Box around the footer (re-post with images attached)

2013-05-15 Thread Bob Stayton
see where the boundaries are, so you will want to remove that after testing. With the border turned on, you can experiment with padding too, but you will find that the FO space-resolution rules sometimes alter the margin to compensate for the padding. Bob Stayton Sagehill Enterprises b...@sa

Re: [docbook-apps] WARNING: cannot add @xml:base to node set root element. Relative paths may not work.

2013-05-14 Thread Bob Stayton
. I'm pretty sure that is how Saxon 6 behaves. If Saxon9 is generating xml:base attributes always relative to the top level, then that is not what the XInclude spec says, nor what the DocBook stylesheet expects. Bob Stayton Sagehill Enterprises b...@sa

Re: [docbook-apps] WARNING: cannot add @xml:base to node set root element. Relative paths may not work.

2013-05-14 Thread Bob Stayton
You can avoid it by either using Saxon, or by using two-step profiling. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Lars Vogel Sent: Tuesday, May 14, 2013 7:13 AM To: DocBook Apps Subject: [docbook-apps] WARNING: cannot add @xml:base to node set root element. Relative paths ma

Re: [docbook-apps] Re: FOP quirk

2013-05-11 Thread Bob Stayton
Thanks for confirming it. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Alexey Neyman Sent: Saturday, May 11, 2013 10:03 AM To: docbook-apps@lists.oasis-open.org Cc: Bob Stayton Subject: Re: [docbook-apps] Re: FOP quirk Hi Bob, The proposed workaround works for me

Re: [docbook-apps] dbtoepub is broken on latest docbook-xsl-ns-snapshot

2013-05-11 Thread Bob Stayton
The snapshot build machine is still having problems, and they seem to be at the filesystem level rather than the DocBook tools level. We are working to get it fixed. In the meantime, use the 1.78.1 distribution instead of the snapshot build. Sorry. Bob Stayton Sagehill Enterprises b

[docbook-apps] Re: FOP quirk

2013-05-10 Thread Bob Stayton
to switch fonts, apparently. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Bob Stayton Sent: Friday, May 10, 2013 11:30 PM To: Alexey Neyman ; docbook-apps@lists.oasis-open.org Subject: Re: FOP quirk Hi Alexey, That arrow symbol is not in the default fonts used by FOP, so it had to be fo

[docbook-apps] Re: FOP quirk

2013-05-10 Thread Bob Stayton
family set to blank, one of the fonts in your set must be supplying that character. The default fop fonts don't supply it (I get # instead). Bob Stayton Sagehill Enterprises b...@sagehill.net From: Alexey Neyman Sent: Friday, May 10, 2013 4:23 PM To: docbook-apps@lists.oasis-open.or

Re: [docbook-apps] Alignment / tabular formatting of ToC in FO

2013-05-10 Thread Bob Stayton
Hi Richard, The sample in my book sets start-indent="0mm" on the fo:list-block. If you used that property, then it would cancel the indents added elsewhere. Try removing it. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Kerry, Richard Sent: Friday, May 10, 2013

Re: [docbook-apps] HTML Output viewed with Firefox and IE mutated vowel looks like " Ãœberblick" instead of "Überblick"

2013-05-07 Thread Bob Stayton
chunked HTML output, using html/chunk.xsl. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Petra Funke Sent: Tuesday, May 07, 2013 4:52 AM To: docbook-apps@lists.oasis-open.org Subject: [docbook-apps] HTML Output viewed with Firefox and IE mutated vowel looks like " Ãœberblick"

[docbook-apps] DocBook XSL snapshots are back

2013-05-07 Thread Bob Stayton
The DocBook XSL snapshot builds are working and available again: http://snapshots.docbook.org/ Thanks to David Cramer for fixing the filesystem problem on the snapshot build machine. Bob Stayton Sagehill Enterprises b...@sagehill.net

Re: [docbook-apps] dbtoepub is broken on latest docbook-xsl-ns-snapshot

2013-05-06 Thread Bob Stayton
Not that I know of. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Shlomi Fish" Sent: Monday, May 06, 2013 11:31 AM To: "Bob Stayton" Cc: Subject: Re: [docbook-apps] dbtoepub is broken on latest docbook-xsl-n

Re: [docbook-apps] dbtoepub is broken on latest docbook-xsl-ns-snapshot

2013-05-06 Thread Bob Stayton
The snapshot build process is currently broken, I'm afraid. There appears to be filesystem corruption that is producing random SVN locks in the working copy. We are working on it. Bob Stayton Sagehill Enterprises b...@sagehill.net --

Re: [docbook-apps] Merging the stylesheet modules

2013-05-06 Thread Bob Stayton
esult will work as I've never tried it. I'll be curious to see how big the result it as well. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Joshua Wulf" Sent: Sunday, May 05, 2013 9:35 AM To: "Bob Stayto

Re: [docbook-apps] [PATCH PING] Re: [docbook-apps] Namespace issues with titlepage templates in slides

2013-05-04 Thread Bob Stayton
Hi Alexey, Sorry, I should have acknowledged your posting. Just haven't had time to digest it, yet. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Alexey Neyman Sent: Friday, May 03, 2013 11:16 PM To: docbook-apps@lists.oasis-open.org Subject: [docbook-apps] [PATCH PIN

Re: [docbook-apps] Merging the stylesheet modules

2013-05-04 Thread Bob Stayton
Hi Josh, It might be possible with the stylesheets for single-page HTML output and FO output. Most of the others rely on keeping templates at different levels of import precedence, which could not be maintained if they are merged. Which stylesheet are you thinking of merging? Bob Stayton

[docbook-apps] DocBook snapshot SVN problem

2013-05-03 Thread Bob Stayton
x this? I could probably check out a new working copy, but that takes awhile and I would rather fix it with some kind of unlock command. Bob Stayton Sagehill Enterprises b...@sagehill.net - To unsubscribe, e-mail: docbook

Re: [docbook-apps] JFYI: Observations on snapshots.docbook.org and SVN Commits

2013-04-29 Thread Bob Stayton
Hi Thomas, Something is definitely going wrong with the snapshot builds, but I haven't had time to investigate. It may be related to the changes to SVN that SourceForge is making. Bob Stayton Sagehill Enterprises b...@sagehill.net --

Re: [docbook-apps] Alignment / tabular formatting of ToC in FO

2013-04-26 Thread Bob Stayton
for greater depth. And the mode="toc" templates need to do the same thing. To get different font styles for different levels, you could add a mode to generate attribute elements: and then add templates for each element, specifying its own attribute elements: Usi

Re: [docbook-apps] Combining legalnotice tags

2013-04-26 Thread Bob Stayton
others: mode="titlepage.mode"/> 4. To prevent the other legalnotices from being processed normally, add this empty template: mode="titlepage.mode"/> Let me know if this works or not. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Eric Nordlund Sent:

Re: [docbook-apps] Ajax HTML format wanted

2013-04-26 Thread Bob Stayton
ble you to layer on your enhancements, I'd like to hear about those base changes. Those enabling changes could perhaps be included in the base distribution to make such development easier, without adding the actual new features to the output. Bob Stayton Sagehill Enterprises b...@sagehill.ne

Re: [docbook-apps] inside adds white space in Firefox and IE?

2013-04-25 Thread Bob Stayton
, but it should probably work. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Richard Hamilton" Sent: Thursday, April 25, 2013 10:15 AM To: "Bob Stayton" Cc: "Eric Nordlund" ; Subject: Re: [docbook

Re: [docbook-apps] inside adds white space in Firefox and IE?

2013-04-25 Thread Bob Stayton
d probably be the default setting. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Eric Nordlund Sent: Wednesday, April 24, 2013 11:29 PM To: docbook-apps@lists.oasis-open.org Subject: [docbook-apps] inside adds white space in Firefox and IE? Hello. I'm having a display i

Re: [docbook-apps] EPUB3: how to use base.dir ?

2013-04-22 Thread Bob Stayton
The latest snapshot is from 22 April, so you should try that version and let us know if something still needs fixing. Something is going wrong with the snapshot machine that prevents it from building a snapshot with each change. I'm investigating. Bob Stayton Sagehill Enterpri

Re: [docbook-apps] DocBook/XSL: What's the Subversion/SVN URL of the docbook-xsl-ns and docbook-xsl stylesheets?

2013-04-22 Thread Bob Stayton
e new location. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Shlomi Fish" Sent: Monday, April 22, 2013 8:39 AM To: Subject: [docbook-apps] DocBook/XSL: What's the Subversion/SVN URL of the docbook-xsl-ns and docbo

Re: [docbook-apps] epub generation result has incorrect DocType

2013-04-18 Thread Bob Stayton
Hi Lars, No, this is a long-standing problem. I notice that you are using epubcheck version 3 to check epub2 files. It is possible that the new version of epubcheck is more picky. Did your old epubs have the DOCTYPE? Bob Stayton Sagehill Enterprises b...@sagehill.net From: Lars Vogel Sent

Re: [docbook-apps] Re: Eliminating soft hyphens shown in mid line?

2013-04-18 Thread Bob Stayton
Sometimes that works. 8^) The FO extensions generated for each processor may trip up the process. I've found that FOP is the most picky about failing on unrecognized code, so going from FOP to something else usually works. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Mark

Re: [docbook-apps] Re: Eliminating soft hyphens shown in mid line?

2013-04-18 Thread Bob Stayton
Was this example tested with another FO processor besides FOP? That would settle whether it is a FOP problem. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Mark Craig Sent: Thursday, April 18, 2013 6:48 AM To: docbook-apps@lists.oasis-open.org Subject: [docbook-apps] Re

Re: [docbook-apps] epub generation result has incorrect DocType

2013-04-17 Thread Bob Stayton
I'm guessing that you are using Saxon for processing. This issue was discussed a couple of weeks ago: https://lists.oasis-open.org/archives/docbook-apps/201304/msg00025.html Bob Stayton Sagehill Enterprises b...@sagehill.net From: Lars Vogel Sent: Wednesday, April 17, 2013 1:52

Re: [docbook-apps] EPUB3: how to use base.dir ?

2013-04-11 Thread Bob Stayton
se.dir includes the OEBPS part. Then you can reset your $base.dir to omit the OEBPS part. Bob Stayton Sagehill Enterprises b...@sagehill.net ---------- From: "Bob Stayton" Sent: Wednesday, April 10, 2013 10:53 AM To: "Mike Cook" ;

Re: [docbook-apps] Epub and Saxon: DOCTYPE revisited

2013-04-11 Thread Bob Stayton
xhtml-1_1 is included in the import chain, Saxon cannot reset it to nothing. It seems to treat doctype-system="" the same as a missing attribute, and does nothing with it. This is a Saxon 6 quirk. Bob Stayton Sagehill Enterprises b...@sa

Re: [docbook-apps] EPUB3: how to use base.dir ?

2013-04-10 Thread Bob Stayton
; I'm not sure why you would change them, but they can be changed and still have a valid epub file. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Mike Cook" Sent: Wednesday, April 10, 2013 10:24 AM To: Subject:

Re: [docbook-apps] xrefs to elements don't work

2013-04-09 Thread Bob Stayton
Actually, that template I wrote does not account for a title inside an info element, so that would require a xsl:choose I think. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Bob Stayton Sent: Tuesday, April 09, 2013 10:11 AM To: Eric Nordlund ; docbook-apps@lists.oasis-open.org

Re: [docbook-apps] xrefs to elements don't work

2013-04-09 Thread Bob Stayton
is not in the fo output, so the xsl-fo processor cannot find the id to get the page number. So you will need to create a template like this (untested) to generate the page citation for the parent of title: I think that will work. Bob Stayton Sagehill Enterprises b...@sagehill.net

Re: [docbook-apps] [HELP] How can I get rid of the output of the tag in the EPUB output

2013-04-09 Thread Bob Stayton
story templates. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Shlomi Fish" Sent: Sunday, April 07, 2013 11:14 AM To: "Bob Stayton" Cc: Subject: Re: [docbook-apps] [HELP] How can I get rid of the output of the

Re: [docbook-apps] Conceptual Questions and Customizations Regarding EPUB2 Stylesheets

2013-04-09 Thread Bob Stayton
2013 all of its new books would be in EPUB 3 format." Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Christian Brugeron" Sent: Tuesday, April 09, 2013 6:58 AM To: Cc: "Thomas Schraitle" ; "Carlos Ar

Re: [docbook-apps] EPUB3: how to use base.dir ?

2013-04-09 Thread Bob Stayton
nd instead defining a new param for the OEBPS directory name that would be appended to base.dir. Changing it for the next release would break existing implementations, though, but it might be worth it. Bob Stayton Sagehill Enterprises b...@sagehill.net ---

Re: [docbook-apps] Gentext for performance="optional"?

2013-04-09 Thread Bob Stayton
ntext code, though. I'll look into it. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Eric Nordlund Sent: Monday, April 08, 2013 11:34 PM To: deannel...@aol.com ; docbook-apps@lists.oasis-open.org Subject: RE: [docbook-apps] Gentext for performance="optional"? Thanks Dean

Re: [docbook-apps] Re: [docbook] Arbitrarily start section numbering?

2013-04-08 Thread Bob Stayton
Hi, Oh, that's a data type problem. The XSLT processor is trying to interpret the value as a number. Put the value inside single quotes to convert it to a string and then it should work. Bob Stayton Sagehill Enterprises b...@sagehil

Re: [docbook-apps] Specify FO output font size in xml element?

2013-04-06 Thread Bob Stayton
: font-size Then you can do something like this in your files to set a font-size for a given programlisting: ... The processing instruction can be anywhere in the programlisting. Bob Stayton Sagehill Enterprises b...@sagehill.net

Re: [docbook-apps] FOP error

2013-04-05 Thread Bob Stayton
omization layer: Bob Stayton Sagehill Enterprises b...@sagehill.net From: Eric Nordlund Sent: Thu

Re: [docbook-apps] xrefs to elements don't work

2013-04-05 Thread Bob Stayton
nk to nonexistent id: Bob Stayton Sagehill Enterprises b...@sagehill.net From: Eric Nordlund Sent: Thursday, April 04, 2013 6:00 PM To: docbook-apps@lists.oasis-open.org Subject: [docbook-apps] xrefs to

[docbook-apps] Re: [docbook] Arbitrarily start section numbering?

2013-04-04 Thread Bob Stayton
top level sections. Or you could test to see if it is the root element by using not(ancestor::*). Nested sections are numbered from there because each level of section number is generated by first computing the ancestor numbers, so the first subsection would be 6.2.1. Bob Stayton Sagehill Ent

Re: [docbook-apps] Epub and Saxon: DOCTYPE

2013-04-03 Thread Bob Stayton
version of epub/docbook.xsl that imports it. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Marcel Tromp Sent: Wednesday, April 03, 2013 11:00 AM To: docbook-apps Subject: [docbook-apps] Epub and Saxon: DOCTYPE When using xsltproc, content.opf and toc.ncx are both generated witho

Re: [docbook-apps] Epub and Saxon

2013-04-03 Thread Bob Stayton
your customization layer. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Marcel Tromp Sent: Tuesday, April 02, 2013 1:40 PM To: Bob Stayton Cc: docbook-apps Subject: Re: [docbook-apps] Epub and Saxon It is the author element in info that triggers the problem:

Re: [docbook-apps] [HELP] How can I get rid of the output of the tag in the EPUB output

2013-04-03 Thread Bob Stayton
.xml and the revhistory does not show on the title page. So the custom XSL template does work, but for some reason is not being applied in your setup. Can you put an XSL message in your custom template to see if it is being called? Bob Stayton Sageh

Re: [docbook-apps] [HELP] How can I get rid of the output of the tag in the EPUB output

2013-04-02 Thread Bob Stayton
Hi, I would have written those custom templates to match on revhistory, not on the descendants of revhistory: Did you try that? Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Shlomi Fish" Sent: Friday, March 29, 201

Re: [docbook-apps] Epub and Saxon

2013-04-02 Thread Bob Stayton
Hi Marcel, Can you determine exactly which element in info is triggering that error? Perhaps comment out all but one element at a time? Bob Stayton Sagehill Enterprises b...@sagehill.net From: Marcel Tromp Sent: Monday, April 01, 2013 1:11 PM To: docbook-apps Subject: [docbook-apps] Epub

Re: [docbook-apps] EPUB3 default stylesheet throws NCX error

2013-04-02 Thread Bob Stayton
there is a bug in that process for epub3. In general, that conversion process presents other problems as well, so I would recommend downloading and using the *ns* version of the stylesheets. Bob Stayton Sagehill Enterprises b...@sagehill.net

Re: [docbook-apps] [HELP] How can I get rid of the output of the tag in the EPUB output

2013-03-27 Thread Bob Stayton
Sorry, that last sentence should read: "Are you sure that is the file you use?" Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Bob Stayton" Sent: Wednesday, March 27, 2013 9:52 AM To: "Shlomi Fish" C

Re: [docbook-apps] [HELP] How can I get rid of the output of the tag in the EPUB output

2013-03-27 Thread Bob Stayton
port the stock epub/docbook.xsl file. I don't understand how it produces any useful output at all. Are you use that is the file you use? Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Shlomi Fish" Sent: Tuesday, March 26,

Re: [docbook-apps] [HELP] How can I get rid of the output of the tag in the EPUB output

2013-03-26 Thread Bob Stayton
info element or in the body of the document? (revhistory can appear in a para, for example) Are you using the epub or epub3 stylesheet? How are you importing it and customizing it (sorry, I don't have time to reverse engineer your whole build setup). Bob Stayton Sagehill Enterpri

Re: [docbook-apps] How to remove page breaks between articles in book

2013-03-22 Thread Bob Stayton
"'hyphenation-remain-character-count'"/> Let me know if any of this is u

Re: [docbook-apps] How to remove page breaks between articles in book

2013-03-18 Thread Bob Stayton
. Let me know if you need more help implementing this. Bob Stayton Sagehill Enterprises b...@sagehill.net -- From: "Michael Broschinsky" Sent: Saturday, March 16, 2013 3:18 PM To: Subject: [docbook-apps] How to remove page breaks betwee

[docbook-apps] DocBook XSL 1.78.1 released

2013-03-17 Thread Bob Stayton
.78.0. This release fixes all the bugs that have been reported since the 1.78.0 release. Please give it a try and report any problems. Bob Stayton Sagehill Enterprises b...@sagehill.net - To unsubscribe, e-mail: docbook-a

Re: [docbook-apps] deletes part TOC

2013-03-15 Thread Bob Stayton
it looks in the part element for content. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Xmplar Sent: Thursday, March 14, 2013 4:46 PM To: aleksey.tsalolik...@bydeluxe.com ; DocBook Apps Subject: Re: [docbook-apps] deletes part TOC I haven't got an answer for this yet Aleksey

Re: [docbook-apps] How to validate assemblies and the underlying files?

2013-03-14 Thread Bob Stayton
. Currently your best bet is a two-step process that applies the assembly.xsl stylesheet to the assembly file to generate a DocBook document, and then pass the results to a validator like Jing. Bob Stayton Sagehill Enterprises b...@sagehill.net

Re: [docbook-apps] FW: Microsoft Help v1.0 transform

2013-03-08 Thread Bob Stayton
DocBook to the new Microsoft Help format? I'm not familiar with the new Microsoft Help format, but I would be willing to take a look at your customization. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Olsen, Morten Engelhardt Sent: Friday, March 08, 2013 1:43 AM To: docbook

Re: [docbook-apps] epub3 - Should img.src.path be used when generating package.opf ?

2013-03-08 Thread Bob Stayton
Yes, you should, and this is a bug. I'll fix it for the 1.78.1 release, which is coming soon. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Kerry, Richard Sent: Friday, March 08, 2013 8:57 AM To: DocBook Apps Mailing List ‎[docbook-apps@lists.oasis-open.org]‎ Subject: [do

Re: [docbook-apps] ePub 3 weird results when converting to mobi

2013-03-07 Thread Bob Stayton
I have seen the same errors with kindlegen, but never found anything wrong in my HTML. The element is valid in HTML4, XHTML, and HTML5, so I think that's a bug in kindlegen. With lists, it seems to lose track of element nesting, even with validly nested elements. Bob Stayton Sag

Re: [docbook-apps] Extraneous CSS in ePub Generate XHTML

2013-03-07 Thread Bob Stayton
7; that inserts that style attribute. Set that to blank. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Carlos Araya Sent: Thursday, March 07, 2013 3:10 PM To: docbook-apps@lists.oasis-open.org Subject: [docbook-apps] Extraneous CSS in ePub Generate XHTML In the book I'm w

Re: [docbook-apps] No css for task/procedure?

2013-03-05 Thread Bob Stayton
Which version of the DocBook XSL stylesheets are you using for webhelp? Bob Stayton Sagehill Enterprises b...@sagehill.net From: Fritsch, Michael Sent: Thursday, February 28, 2013 1:05 AM To: docbook-apps@lists.oasis-open.org Subject: [docbook-apps] No css for task/procedure? Hi, I

Re: [docbook-apps] Editing the header for the TOC file for profiled HTML output

2013-03-05 Thread Bob Stayton
book for the titlepage too, so if you separate your TOC from your titlepage, both files will get the same script. Bob Stayton Sagehill Enterprises b...@sagehill.net From: Jeff Powanda Sent: Monday, March 04, 2013 12:02 PM To: docbook-apps@lists.oasis-open.org Subject: [docbook-apps] Editing

<    1   2   3   4   5   6   7   8   9   10   >