Peter,
sorry actually I made a silly mistake in my syntax example: The attribute
definition of course needs to end with a } and not with ). The " are fine,
this is how XML renders those special characters.
Please try again with this small change.
Thanks,
Holger
On May 7, 2010, at 4:57 PM, peter wrote:
> Thanks, but I am unable to enter the nested quotes required. I've
> tried single/double and double/single, but when I "Ok" the field, it
> turns into:
> <a href="{= fn:concat("#", ui:encodeNode(?
> section))">{= ui:label(?section) }</a>
> and this renders as
> <A href="{= fn:concat(%22#%22, ui:encodeNode(?
> layer))">Business Services</A>
> So, maybe this has turned into a different silly question?
> Also, can I suppress the inclusion of the link to the tui.css
> stylesheet?
>
> Peter
>
> On May 6, 10:43 am, Holger Knublauch <[email protected]> wrote:
>> Hi Peter,
>>
>> first, please note that the following does not work:
>>
>> <a href="#{= ui:label(?section) }">
>>
>> The problem is that attributes (here: href) can only contain {...}
>> expressions if those expressions cover the whole length of the string. So
>> the following would work:
>>
>> <a href='{= fn:concat("#", ui:label(?section))'>
>>
>
> --
> You received this message because you are subscribed to the Google
> Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
> TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
> To post to this group, send email to
> [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/topbraid-users?hl=en
--
You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include TopBraid Composer,
TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en