[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook] indent of first line when using xinclude
Andreas Peter wrote:
> when I include source code using XInclude the first line has an indent.
> I need a flush. Is there a possible solution for this?
You probably have whitespace before <xi:include> element and this
whitespace is preserved in "verbatim" elements like programlisting. Use
something like:
<programlisting><xi:include .../></programlisting>
--
------------------------------------------------------------------
Jirka Kosek e-mail: jirka@kosek.cz http://xmlguru.cz
------------------------------------------------------------------
Professional XML consulting and training services
DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]