include file in include file

P

PTM

is there a way to make include file contain [A] another call for an
include file ? Or is there any other trick to reach the same aim.

in the page there is a call like this for [A]:
<!--#include file="datafiles.cfx"-->

My page includes a file containing a list of pictures and their
descriptive texts. Now I have written the text in the file [A] even
though I have the texts in separated files. So I have the texts in two
copies in the same directory.

I marked the place for the include file with 'XXXXXXXXXXXXXXXX':
-------------
<td valign=top width=160>
<a href="P1030368.JPG">
<img src="THUMBS.cfx/t_P1030368.JPG"border=4>
</a>
<br>
<b>P1030368.JPG</b>XXXXXXXXXXXXXXXX<br>
<a
href="/~documents/pictures/cfx-editor.shtml?/~documents/pictures/2007/Pasi/DOC.cfx/P1030368.JPG.txt"
onclick="return popup(this, 'notes')">
EDIT</a>,
<a href="/cgi-bin/cfx/exif.pl?P1030368.JPG">EXIF</a><br>
</td>
 
A

Andy Dingley

is there a way to make include file contain [A] another call for an
include file ?


Yes. Simple SSI won't, but many of the "programming language based"
include mechanisms will support this.
Or is there any other trick to reach the same aim.

Generally think about just what it is you're trying to do logically
with your data, then do as close to that as you can, in terms of
implemented code. "Includes" are a pretty blunt tool, especially at
the level of what are fragments of output-ready HTML. If you're
working with a programming language instead though, this is very easy.
In particular, an example of repeated <img> elements where you had to
read matching pairs of data elements for the image URL and the alt
attribute would be impractical by includes, easy with language
variable.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top