How do I display the value of an attribute as generated content when it has a namespace identifier?
For
I have the style
which seems to produce:
I also tried with the namespace
which produces nothing at all, not even the fixed content.
For
<element xml:id="r123"/>
I have the style
element {content:"ID: "attr(id)}
which seems to produce:
ID:
I also tried with the namespace
element {content:"ID: "attr(xml:id)}
which produces nothing at all, not even the fixed content.