|
List Info
Thread: linebreak causing page citation to become question mark
|
|
| linebreak causing page citation to
become question mark |

|
2007-05-25 13:52:18 |
Howdy,
I'm using:
* Saxon 6.5.5
* Xerces 2.8.0
* Apache FOP 0.20.5
Context:
I've turned on page number citation in the PDF so that my
xrefs result
in the page number appearing in parentheses, like this:
For more information, see Request Authentication (p. 25).
Problem:
I've noticed that in situations where the xref breaks across
lines, the
page number turns into a question mark. For example (I
inserted a
backslash to show where the line breaks):
For more information, see Request Authentication
(p. ?).
For more information, see Request Authentication (p.
?).
If the section title itself breaks over the line, the page
number
correctly shows up. For example:
For more information, see Re-
quest Authentication (p. 25).
For more information, see Request
Authentication (p. 25).
Anyone know if this is something I can fix?
Thanks a bunch! And happy long weekend for those of you in
the U.S.
cheri
--
Cheri Dennison / Technical Writer
AWS Platform Group
cherid amazon.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
| RE: linebreak causing page citation to
become question mark |

|
2007-06-04 13:40:42 |
Hi all,
Before I assume there's no fix to this, I thought I'd ping
the group one
more time to make sure this question actually made it to the
list.
thanks if you have any thoughts!
cheri
-----Original Message-----
From: Dennison, Cheri [mailto:cherid amazon.com]
Sent: Friday, May 25, 2007 11:52 AM
To: docbook-apps lists.oasis-open.org
Subject: [docbook-apps] linebreak causing page citation to
become
question mark
Howdy,
I'm using:
* Saxon 6.5.5
* Xerces 2.8.0
* Apache FOP 0.20.5
Context:
I've turned on page number citation in the PDF so that my
xrefs result
in the page number appearing in parentheses, like this:
For more information, see Request Authentication (p. 25).
Problem:
I've noticed that in situations where the xref breaks across
lines, the
page number turns into a question mark. For example (I
inserted a
backslash to show where the line breaks):
For more information, see Request Authentication (p. ?).
For more information, see Request Authentication (p. ?).
If the section title itself breaks over the line, the page
number
correctly shows up. For example:
For more information, see Re-
quest Authentication (p. 25).
For more information, see Request
Authentication (p. 25).
Anyone know if this is something I can fix?
Thanks a bunch! And happy long weekend for those of you in
the U.S.
cheri
--
Cheri Dennison / Technical Writer
AWS Platform Group
cherid amazon.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
| RE: linebreak causing page citation to
become question mark |

|
2007-06-04 13:56:05 |
I guess that has to be a fop bug, but I would think others
would have
noticed it. Perhaps you could avoid the situation by
replacing the
spaces with nbsps:
<l:template name="page.citation"
text=" (p. %p)"/>
No line break, no problem?
David
> -----Original Message-----
> From: Dennison, Cheri [mailto:cherid amazon.com]
> Sent: Monday, June 04, 2007 1:41 PM
> To: docbook-apps lists.oasis-open.org
> Subject: RE: [docbook-apps] linebreak causing page
citation
> to become question mark
>
> Hi all,
>
> Before I assume there's no fix to this, I thought I'd
ping
> the group one more time to make sure this question
actually
> made it to the list.
>
> thanks if you have any thoughts!
> cheri
>
> -----Original Message-----
> From: Dennison, Cheri [mailto:cherid amazon.com]
> Sent: Friday, May 25, 2007 11:52 AM
> To: docbook-apps lists.oasis-open.org
> Subject: [docbook-apps] linebreak causing page citation
to
> become question mark
>
> Howdy,
>
> I'm using:
> * Saxon 6.5.5
> * Xerces 2.8.0
> * Apache FOP 0.20.5
>
> Context:
> I've turned on page number citation in the PDF so that
my
> xrefs result in the page number appearing in
parentheses, like this:
> For more information, see Request Authentication (p.
25).
>
> Problem:
> I've noticed that in situations where the xref breaks
across
> lines, the page number turns into a question mark. For
> example (I inserted a backslash to show where the line
breaks):
>
> For more information, see Request Authentication (p.
?).
>
> For more information, see Request Authentication (p.
?).
>
>
> If the section title itself breaks over the line, the
page
> number correctly shows up. For example:
> For more information, see Re-
> quest Authentication (p. 25).
>
> For more information, see Request
> Authentication (p. 25).
>
>
> Anyone know if this is something I can fix?
>
> Thanks a bunch! And happy long weekend for those of you
in the U.S.
> cheri
>
>
> --
> Cheri Dennison / Technical Writer
> AWS Platform Group
> cherid amazon.com
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
> For additional commands, e-mail:
> docbook-apps-help lists.oasis-open.org
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
> For additional commands, e-mail:
> docbook-apps-help lists.oasis-open.org
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
| Re: linebreak causing page citation to
become question mark |

|
2007-06-04 15:40:40 |
I haven't seen this behavior before with xrefs, Cheri. Have
you looked
at the fo output produced by Saxon to see if the page
references look
ok? Do you see any difference in the fo output between the
page
references that look ok and that ones that do not?
If the FO output is ok, then maybe the problem is with FOP
0.20.5. You
could try the 0.93 version or download the trial version of
XEP and
try that.
Ken
On 6/4/07, Dennison, Cheri <cherid amazon.com> wrote:
> Hi all,
>
> Before I assume there's no fix to this, I thought I'd
ping the group one
> more time to make sure this question actually made it
to the list.
>
> thanks if you have any thoughts!
> cheri
>
> -----Original Message-----
> From: Dennison, Cheri [mailto:cherid amazon.com]
> Sent: Friday, May 25, 2007 11:52 AM
> To: docbook-apps lists.oasis-open.org
> Subject: [docbook-apps] linebreak causing page citation
to become
> question mark
>
> Howdy,
>
> I'm using:
> * Saxon 6.5.5
> * Xerces 2.8.0
> * Apache FOP 0.20.5
>
> Context:
> I've turned on page number citation in the PDF so that
my xrefs result
> in the page number appearing in parentheses, like
this:
> For more information, see Request Authentication (p.
25).
>
> Problem:
> I've noticed that in situations where the xref breaks
across lines, the
> page number turns into a question mark. For example (I
inserted a
> backslash to show where the line breaks):
>
> For more information, see Request Authentication (p.
?).
>
> For more information, see Request Authentication (p.
?).
>
>
> If the section title itself breaks over the line, the
page number
> correctly shows up. For example:
> For more information, see Re-
> quest Authentication (p. 25).
>
> For more information, see Request
> Authentication (p. 25).
>
>
> Anyone know if this is something I can fix?
>
> Thanks a bunch! And happy long weekend for those of you
in the U.S.
> cheri
>
>
> --
> Cheri Dennison / Technical Writer
> AWS Platform Group
> cherid amazon.com
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
[1-4]
|
|