What applies to HTML4 tables, also applies to HTML4 form elements (input
, textarea
, etc).
Procedure 4.2. Procedure
Add this snippet at the top of your CSS style sheet:
@import url(xxe-config:common/css/xhtml_form.imp);
If you use a namespace (e.g. http://acme.com/ns
) for all the elements defined in your schema, including for form elements, add this snippet instead. This is not strictly needed but this will speed up the rendering of XML elements on screen:
@namespace "http://acme.com/ns"; @import url(xxe-config:common/css/xhtml_form.imp);