In generating HTML tags on the fly, I try to generate an XSL command to fill in an attribute of an HTML tag. For example the value-attribute of the INPUT-tag:
value=""
. This doesn't work because the processor warns me that a < character can't be part of an attribute value.
I tried to use "
(the solution for generating quotes within a browser), but this 'trick' does not work.