Hello, I tried to adapt an existing combo-box within the XML-Mind configuration.
Within the XML-file I have the following structure:
<verweis>
<artikel>
<autor>…</autor>
<zeitschrift>…</zeitschrift>
<fundstelle>…</fundstelle>
<zusatz>…</zusatz>
</artikel>
</verweis>
Within the css-file I want to assign a combo-box to the element “zeitschrift”.
My css-part looks like this:
zeitschrift
{
content: combo-box(labels, "AFS\A ARD", values, "AFS\A ARD");
}
And the really big problem is (and I really tried lots of things and I really
don’t know where the error could be), that the value “ARD” could be chosen, but
the value “AFS” not!
I tried to assign the same combo-box to another element:
fundstelle
{
content: combo-box(labels, "AFS\A ARD", values, "AFS\A ARD");
}
And here it was no problem to select both items!
And I tried to rename the element “zeitschrift” i.e. to “zeitschriften” – and
it works … only when the name of the element is “zeitschrift” I get the
problems.
Does anybody know what I can do, except renaming the element???
Best regards,
Monika
. . . . . . . . . . . . . . . . . . . . . . . . . .
Ing. Monika Madlik
Developer
LexisNexis
A-1030 Wien, Marxergasse 25
[email protected]<mailto:[email protected]>
Tel.: +43 1 53452 1568
Fax.: +43 1 534 52 146
. . . . . . . . . . . . . . . . . . . . . . . . . .
[cid:[email protected]]<http://www.lexisnexis.at/news/veranstaltungen/>
<<inline: 865466.png>>
-- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

