[WM] [Q] <contents ..> tag and 'metatable'

Chris ckolumbus.gmx.de
Mon Nov 5 10:18:03 GMT 2001


Dear Listmembers,

I'm not able to get the 'metatable' attribute within the "<contents ../>" tag
working. 

Attached is a very small collection of files. After 'webmake' the resulting 
html file should contain the title and some content text. For me, the title is 
always "(Untitled)". 

Again, I'm using the development version 2.3.

Further on I'd like to distribute my files within a directory hierarchy and
read all the file with
	
		<contents src="sec_${in}" name=".../*.txt" format="text/et"
			metatable=".../meta.csv" delimiter="|"
			listname="${in}.contents"
		/>

I'd like to have a 'meta.csv' file in each subdirectory containing the
meta data for the files within it. 

Is this possible? Is the syntax of the 'metatable' attribute above correct?

Regards,
Chris




More information about the Webmake-talk mailing list