I don't think this is a Radiant problem. Sorry about posting this,
although any help is still appreciated :-)

-- G.

On 8/21/06, Guido Sohne <[EMAIL PROTECTED]> wrote:
> I forgot to include the URLs for my generated XHTML in case someone
> would like to take a look at them.
>
> http://dev.sohne.net/projects/semafox/formats/xhtml-css/
> http://dev.sohne.net/projects/semafox/formats/xhtml-svg/
>
> The tags are generated by a snippet containing the below
>
>  <r:find url="/projects/semafox/styles">
>    <r:children:each>
>      <link href="<r:url/>" type="text/css" rel="stylesheet" media="all" />
>    </r:children:each>
>  </r:find>
>  <r:find url="/projects/semafox/javascript">
>    <r:children:each>
>      <script type="text/javascript" language="JavaScript"
> src="<r:url/>"></script>
>    </r:children:each>
>  </r:find>
>
> It would work if the last <r:url/> did not end with a '/', I think.
>
> -- G.
>
_______________________________________________
Radiant mailing list
[email protected]
http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to