Tahia wrote:
> 
> I would like to be able to change the value of an attribute at the text
> pag eof my document.
> Example:
> ---------
> group before{
>         content: "Groupe '" attr(nom) "': ";
>         font-weight: bold;
> }
> -------------
> 
> At the text page, I can not change directly the value of attr(nom) (when
> clicking on it)
> It does work for group/#text
> Is there a way knowing that I'm using XXE v2.2 Standard Edition?

In XXE V2.2, you cannot directly edit an attribute value in the document
view. You must use the Attributes tool for that.

In XXE V2.3, released today (well, I hope), you can embed an attribute
editor in the document view:

---------
group before {
    content: "Groupe '" text-field(attribute, nom, font-weight, normal)
"': ";
    font-weight: bold;
}
-------------

Reply via email to