next up previous
Next: PHP Examples Up: SOW Overview Revision: 1.1.1.1 Previous: Miscellaneous

Issues

HTML editors can cause embedding issues. This is especially true for tags that do not require quotes. For example, the ``option'' tag

$\langle$option value=``##value##'' ##selected##$\rangle$##text##$\langle$/option$\rangle$

may contain an unquoted ``selected'' attribute. An editor such as Mozilla Composer may reformat the tag such as

$\langle$option value=``##value##'' ##selected##=``''$\rangle$##text##$\langle$/option$\rangle$

A resolution would be to use a single field for the entire option block (e.g. ##option##). The disadvantage would be that the user would not see the selection box in an editor.



Mark J. Olesen 2005-01-12