What are you using for your transformation/stylesheet? Docbook parameters allow you to turn the labels on/off. Via Oxygenxml it is quite easy once you know where to look under the parameters. You might want to switch to book as your root and use "xi:include" if you want to work with separate files. With tomes this is a real advantage to work with portions of the text. I am presently working on a graphic heavy text that is now separated into 32 portions. See: http://www.sagehill.net/docbookxsl/ModularDoc.html#UsingXinclude Trust this helps - Paul
On Wed, Sep 25, 2019 at 4:11 PM Brendan Martin < [email protected]> wrote: > Hi, > > > > I’m entirely new to DocBook and am trying to use it in Oxygen’s XML Editor > (v. 21). I’m trying to convert a client’s native XML to DocBook for use. > > > > I have a document with <sect1> as a root element and subsections and the > @label attribute does not work: > > > > 1. In Oxygen Author mode section labels are prefixed with the label of > the component that contains them (I want to turn that off), plus the actual > @label value is ignored (autonumbering takes over), e.g., <sect1 > label=”Chapter 6”> appears in Oxygen as “Section 1:” > 2. In PDF the @label value is simply ignored. > > > > Any help is appreciated. Thanks. > > > > Regards, > > Brendan Martin >
