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. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

