Re: Adding on-line data to sqlLite question
Lukas_Skywalker <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe,gmane.comp.mozilla.devel.layout |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <8576707.806.1321390087316.JavaMail.geo-discussion-forums@vbak12> |
You could create a page with this content: <?xml version='1.0' encoding='UTF-8'?> <insert> <data id="3" name="John Doe" age="12"/> <data id="4" name="Johnny Depp" age="9"/> </insert> Your extension could parse the site with the DOMParser (see MDC) and use the values to create an "INSERT" statement into the database.