Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   XML (http://www.velocityreviews.com/forums/f32-xml.html)
-   -   XInclude a few lines of a text file? (http://www.velocityreviews.com/forums/t623526-xinclude-a-few-lines-of-a-text-file.html)

Boris 07-02-2008 10:58 PM

XInclude a few lines of a text file?
 
I'm converting a documentation to DocBook and wonder if it's possible to
XInclude a part of a source code file (text file). The current
documentation refers to a few lines in a file, explains the code, refers
to the next few lines in the same file followed by another explanation
etc. As the source code is a small but complete program which is
automatically built and run as a test case it's guaranteed that there is
no typo or another error (that's why I don't want to add the source code
as static text to the DocBook but include it with XInclude). From all what
I've seen it's however only possible to specify a range when including XML
files?

Boris


All times are GMT. The time now is 06:04 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57