Olivier R. wrote:

I'm using xxe-pro-5.4.0 and i'd like to know how to replace
text-transform: uppercase which is not supported by XXE.


Do you want

[a] The text contained in certain elements to be rendered on screen using upper-case characters? (That is, you really want the equivalent of text-transform:uppercase.)

[b] To make sure that text contained in certain elements only contains upper-case characters.

If you want [a], there is no practical way to do this. The best you can do is specify a SmallCaps font for these elements.

If you want [b], there is no simple way to do this in real time. The best you can do is implement a ValidateHook which would ``fix'' the case of characters at document save time.

See http://www.xmlmind.com/xmleditor/_distrib/doc/dev/validatehook.html



--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to