SQLite Forum

.mode html should output lowercase HTML tags
Login
for compatibility maybe there could be one for each case as required

~~~
>.mode html     for the current capital tags
>.mode xhtml    for the new lower case tags
~~~

another idea could be to use the case of the keyword itself:

~~~
>.mode HTML
>.mode html     or  .xhtml
~~~