This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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/
------------------------------------------------------------------

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]