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.html#solution1

This code would be based on 
com.xmlmind.xmledit.doctype.DocumentTypeUtil#getAttributeDataType (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)


Reply via email to