OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] Embedding XML schema into DocBook document


Allison Bloodworth wrote:

> I didn't find an answer to what I would think would be a common question in the archives...
> 
> I want to embed an XML schema in a DocBook document and have it displayed in the output (pdf & html) as a properly-formatted XML schema. I don't think the "programlisting" or "literallayout" elements are right for what I want to do because many lines of my XML schema are very long and run off the page if they are not wrapped. I don't want to have to go through the schema line by line and manually enter line breaks. Is there an element which not try to translate the XML schema into part of the DocBook document, but will enter line breaks where appropriate?

You can add the following code into your XSL customization layer in 
order to permit wrapping of long lines inside programlisting.

<xsl:attribute-set name="monospace.verbatim.properties" 
use-attribute-sets="verbatim.properties monospace.properties">
   <xsl:attribute name="wrap-option">wrap</xsl:attribute>
</xsl:attribute-set>

-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
      Podívejte se na náš nově spuštěný web http://DocBook.cz
        Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------

S/MIME Cryptographic Signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]