Norman Walsh | 26 Jul 2012 15:09
Favicon
Gravatar

www.}docbook.org and wiki.docbook.org downtime

Hi folks,

I'm moving the DNS for {www.}docbook.org and wiki.docbook.org around today.
There may be some short period of downtime. Or not. Hard for me to say.
In theory, if you get the current DNS entries, you'll go to the current
sites and as the new DNS entries propagate, you'll go to the new sites.
So, with luck, you'll never notice.

But if you do, well, it's me again :-)

                                        Be seeing you,
                                          norm

--

-- 
Norman Walsh <ndw <at> nwalsh.com>      | Nothing ever gets anywhere. The
http://www.oasis-open.org/docbook/ | earth keeps turning round and gets
Chair, DocBook Technical Committee | nowhere. The moment is the only
                                   | thing that counts.--Jean Cocteau
David Goss | 26 Jul 2012 19:29
Favicon

www.}docbook.org and wiki.docbook.org downtime

Hi,

I'm encountering an error, "Element caption in namespace
'http://docbook.org/ns/docbook' encountered in figure, but no template
matches" whenever I try to build documents that previously built without
a hitch. Could this problem be caused by docbook.org server changes?

-David
<dgoss <at> mueller-inc.com>

-----Original Message-----
From: Norman Walsh [mailto:ndw <at> nwalsh.com] 
Sent: Thursday, July 26, 2012 9:10 AM
To: docbook <at> lists.oasis-open.org; docbook-apps <at> lists.oasis-open.org
Subject: [docbook-apps] Possible (brief?) {www.}docbook.org and
wiki.docbook.org downtime

Hi folks,

I'm moving the DNS for {www.}docbook.org and wiki.docbook.org around
today.
There may be some short period of downtime. Or not. Hard for me to say.
In theory, if you get the current DNS entries, you'll go to the current
sites and as the new DNS entries propagate, you'll go to the new sites.
So, with luck, you'll never notice.

But if you do, well, it's me again :-)

                                        Be seeing you,
                                          norm
(Continue reading)

Norman Walsh | 27 Jul 2012 02:21
Favicon
Gravatar

www.}docbook.org and wiki.docbook.org downtime

"David Goss" <dgoss <at> mueller-inc.com> writes:
> I'm encountering an error, "Element caption in namespace
> 'http://docbook.org/ns/docbook' encountered in figure, but no template
> matches" whenever I try to build documents that previously built without
> a hitch. Could this problem be caused by docbook.org server changes?

I *really* don't think so. That sounds like a stylesheet problem. Did
you change your stylesheets recently?

                                        Be seeing you,
                                          norm

--

-- 
Norman Walsh <ndw <at> nwalsh.com>      | He who will not reason is a bigot;
http://www.oasis-open.org/docbook/ | he who cannot is a fool; and he
Chair, DocBook Technical Committee | who dares not is a slave.--Sir
                                   | William Drummond
David Goss | 27 Jul 2012 16:58
Favicon

www.}docbook.org and wiki.docbook.org downtime

No, I haven't changed my customizations in awhile.

I've been using the stock sheets that come with Cygwin. I looked and
notice that those files had been modified in the past few days (must
have been updated and I didn't notice). I downloaded the stylesheets
from the Sourceforge site.

It looks like I'm encountering this problem with the 1.77.x sheets but
1.76.1 works fine. I tried pull out all of my customizations out and
just using the stock 1.77.1 sheets and still encountered this error. I
have figure/caption/para, which looks to be valid, so maybe this is a
stylesheet bug?

-David
<dgoss <at> mueller-inc.com>

-----Original Message-----
From: Norman Walsh [mailto:ndw <at> nwalsh.com] 
Sent: Thursday, July 26, 2012 8:21 PM
To: David Goss
Cc: docbook-apps <at> lists.oasis-open.org
Subject: Re: [docbook-apps] Possible (brief?) {www.}docbook.org and
wiki.docbook.org downtime

"David Goss" <dgoss <at> mueller-inc.com> writes:
> I'm encountering an error, "Element caption in namespace 
> 'http://docbook.org/ns/docbook' encountered in figure, but no template

> matches" whenever I try to build documents that previously built 
> without a hitch. Could this problem be caused by docbook.org server
(Continue reading)

Bob Stayton | 27 Jul 2012 17:34

www.}docbook.org and wiki.docbook.org downtime

Yes, indeed, this is a bug in 1.77.1.  This template in graphics.xsl:

<xsl:template match="mediaobject/caption">
  <fo:block>
    <xsl:if test=" <at> align = 'right' or  <at> align = 'left' or  <at> align='center'">
      <xsl:attribute name="text-align"><xsl:value-of
                         select=" <at> align"/></xsl:attribute>
    </xsl:if>
    <xsl:apply-templates/>
  </fo:block>
</xsl:template>

needs the match attribute changed to:

<xsl:template match="mediaobject/caption|figure/caption">

Bob Stayton
Sagehill Enterprises
bobs <at> sagehill.net

----- Original Message ----- 
From: "David Goss" <dgoss <at> mueller-inc.com>
To: "Norman Walsh" <ndw <at> nwalsh.com>
Cc: <docbook-apps <at> lists.oasis-open.org>
Sent: Friday, July 27, 2012 7:58 AM
Subject: RE: [docbook-apps] Possible (brief?) {www.}docbook.org and wiki.docbook.org 
downtime

No, I haven't changed my customizations in awhile.

(Continue reading)


Gmane