I recently started my firmware development for the Connect WI/ME. For some reason I am forced to use
XHTML-Code, but I am not sure, if this is supported by the advanced web server and/or PBuilder.
example:
Actually PBuilder compiles "<!-- RpSingleSelectOption value="Infrastructure" RpItemNumber=0 -->" to
"<option>Infrastructure" but we would like to get a result like this: "<option>Infrastructure</option>".