Hi Hussein, Thanks a lot for the link. Although I am now very used to Java, I'll try go set up such an CSS extension.
wbr, Roman _______________________________________ Roman Huditsch IT and Electronic Publishing LexisNexis ARD Orac Marxergasse 25 1030 Vienna Austria ph: +43-1-534 52-1514 f: +43-1-534 52-140 e-mail roman.huditsch at lexisnexis.at www.lexisnexis.at > -----Urspr?ngliche Nachricht----- > Von: Hussein Shafie [mailto:hussein at pixware.fr] > Gesendet: Mittwoch, 23. M?rz 2005 10:13 > An: Huditsch Roman > Cc: xmleditor-support at xmlmind.com > Betreff: Re: [XXE] Showing valid text values defined in XML Schema > > Huditsch Roman wrote: > > I was just wondering if it is possible to display the text values > > defined as enumerations in the XML Schema for a specific element > > within XXE. > > I looked around trying to find them, but with no success. > > Which possibilities do I have to support the user with these valid > > entries? > > There is no way to do this without writing a CSS style sheet > extension in Java. See > http://www.xmlmind.com/xmleditor/_distrib/docs/dev/ar01s08.htm > l#solution1 > > This code would be based on > com.xmlmind.xmledit.doctype.DocumentTypeUtil#getAttributeDataT > ype (or getElementDataType). See > http://www.xmlmind.com/xmleditor/_distrib/docs/api/com/xmlmind /xmledit/doctype/DocumentTypeUtil.html#getAttributeDataType(com.xmlmind.xmledit.doc.> Element,%20com.xmlmind.xmledit.xmlutil.Name) > >

