I think it has to do with having your Radius tags inside an XHTML tag.  Correct me if I'm wrong, John, but it won't parse them inside tags or their attributes?
You might be better off just linking to them statically, or writing a tag definition to do it for you.
 
Sean Cribbs
seancribbs.com

 
On 8/21/06, Guido Sohne <[EMAIL PROTECTED]> wrote:
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="">>    <r:children:each>
>      <link href="" type="text/css" rel="stylesheet" media="all" />
>    </r:children:each>
>  </r:find>
>  <r:find url="">>    <r:children:each>
>      <script type="text/_javascript_" language="_javascript_"
> src="">>    </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

_______________________________________________
Radiant mailing list
[email protected]
http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to