Hello,
I noticed that the text() CSS content object seems to ignore format arguments
passed via a @property-value. For example:
XML:
====
<a>
<b/>
<c/>
</a>
CSS:
====
b {
content: text("BBB", color, red); /* this works */
}
@property-value calculate(title, color)
text(title, color, color);
c {
content: calculate("CCC", red); /* this doesn't */
}
The above XML document is displayed in XXE as:
BBBCCC
but only the BBB letters are shown in red.
Is this a bug or am I doing something wrong?
Best wishes,
Mariusz Idzikowski
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20100115/21044146/attachment.htm