On a similar matter, does anyone know if it is possible to include
only a part of a file?

In case of a book on programming, for example, I want to keep all
examples separate (which would allow me to easily perform syntax
checks, and maintain them separately), but include only certain parts
in the book (complete examples will usually include much more stuff
than necessary to reproduce in a book).

I looked around for a solution, but couldn't find anything. I have an
idea to hack something together that would allow me to specify the
fragment "coordinates" in the URL. For example:

<programlisting><xi:include
href="codesample.c?startMarker=XXX&endMarker=YYY"  parse="text"
      xmlns:xi="http://www.w3.org/2001/XInclude"; /></programlisting>

Comments, pointers and suggestions are welcome.

On Mon, Apr 26, 2010 at 11:34 AM, Samuel Wright <[email protected]> wrote:
> I think this is what you want:
> http://www.sagehill.net/docbookxsl/ModularDoc.html#XIncludePlainText
>
> S
>
> On Mon, Apr 26, 2010 at 11:27 AM, Dave Pawson <[email protected]> wrote:
>>
>> Problem.
>>  I'm documenting a bash script.
>> I don't want to include it physically in the docbook file,
>> then escape the three < symbols.
>>
>> Is there a way I can xInclude it into a CDATA section please?
>> Anyone been there and done that?
>>
>>
>> regards
>>
>> --
>> Dave Pawson
>> XSLT XSL-FO  docbook FAQ.
>> http://www.dpawson.co.uk
>> docb
>>
>> --
>>
>> regards
>>
>> --
>> Dave Pawson
>> XSLT XSL-FO FAQ.
>> http://www.dpawson.co.uk
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
>



-- 
Ivan Ristic
ModSecurity Handbook [http://www.modsecurityhandbook.com]
SSL Labs [https://www.ssllabs.com/ssldb/]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to