Re: [sqlite] how to wrie "" char in my html file?

Sat, 31 Mar 2012 00:17:22 -0700

[YAN HONG YE]

>>sqlite3 -html C:\mydatabase\mydzh.db "select '<table>'">mm.html
> this command result is not <table> in the mm.html file, it's this following 
> text:
> <TR><TD>&lt;table&gt;</TD>
> </TR>
> not I wanted, how to wrie <table> char in my html file?

That would create invalid html.  "&lt;table&gt;" will be displayed as
"<table>" by the html parser.

-- 
Steinar
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to