Next in thread → Next in month →

Re: [docbook] Announcing (informally) DocBook V5.1CR3

From
Richard Hamilton <>
Date
2014-07-16T16:55:16+00:00
ID
Thread
Re: [docbook] Announcing (informally) DocBook V5.1CR3
Hi Norm,

I just did a quick check by parsing (using jing) some of our books (all v5.0) with V5.1CR3 and V5.0 and comparing the results.

Everything I tried (five books and a couple of articles) parsed the same way with one exception.

There is a spot where we have an appendix that contains a title and an info section, but no other content. V5.0 flags that as an error (required elements missing), but V5.1CR3 does not flag that as an error (V5.1CR2 doesn't flag it either).

Looking at the schemas, here is the difference (look for the ? after db.appendix.contentmodel vs. none after db.component.contentmodel):

In v5.1:

db.appendix.contentmodel = db.component.contentmodel | db.topic+

...

    element appendix {
      db.appendix.attlist, db.appendix.info, db.appendix.contentmodel?
    }

In v5.0:

    element appendix {
      db.appendix.attlist, db.appendix.info, db.component.contentmodel
    }

I'm not sure if that's intentional or not, but so far, it's the only difference I've found as I parse 5.0 docs.

I haven't had a chance to check out any 5.1-specific features, yet.

Best regards,
Dick
-------
XML Press
XML for Technical Communicators
http://xmlpress.net




On Jul 15, 2014, at 6:35 PM, Norman Walsh wrote:

> Hello world,
> 
> Long time, no see. 
> 
> I've (informally) released DocBook V5.1CR3 on docbook.org:
> 
>  http://docbook.org/xml/5.1CR3/
> 
> I still have to pull together some sort of ZIP file or something to
> get it officially released on the OASIS site. That's a task for
> tomorrow.
> 
> In the meantime, please take CR3 for a test drive, I think 5.1 is very
> nearly finished.
> 
> 
>                                        Be seeing you,
>                                          norm
> 
> -- 
> Norman Walsh <>      | We look back on our life as a
> http://www.oasis-open.org/docbook/ | thing of broken pieces, because
> Chair, DocBook Technical Committee | our mistakes and failures are
>                                   | always the first to strike us, and
>                                   | outweigh in our imagination what
>                                   | we have accomplished and
>                                   | attained.-- Goethe
Next in thread → Next in month →