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


Thanks very much for the help. I did not see this parameter specified in
param.xsl of the standard DocBook XSL Stylesheets.
(http://docbook.sourceforge.net/release/xsl/current/doc/ch01s04.html) Can
you tell me how I can customize it? I'm a bit new to this so very specific
directions would be helpful if you have the time.
----- Original Message ----- 
From: "Jirka Kosek" <jirka@kosek.cz>
To: "Allison Bloodworth" <abloodworth@berkeley.edu>
Cc: <docbook@lists.oasis-open.org>
Sent: Monday, October 04, 2004 12:38 PM
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/
------------------------------------------------------------------



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