Is there any way to make Apache SSI variables an array? I want my users to be able to pass an array of URLs to our web site template to add multiple JavaScript files within the <head></head>
Of course the way to set a single variable is:
<!--#set var="name" value="Rich" -->
Bookmarks