Michael Huebner wrote:
>
> Hussein Shafie schrieb:
>
>> The XPath expression is really invalid. You need to rewrite it as
>> follows:
>>
>> ---
>> set-attribute-button(
>> attribute, user,
>> text, xpath("concat(id(@relation-role)/@name,
>> ' ',id(@relation-role)/@id)"))
>
>
> With this expression I get the following error when loading the xml file:
>
> ucx.css:273:79: Syntax error: expected expression term, found '"'
>
> The error position is the first double-quote sign in the xpath expression.
>
> The error occurs only when the xpath expression contains a line break in
> the css file!
Sorry for trying to indent what cannot be indented. Except this line
break problem, the XPath expression I sent you is OK.