Subj : Re: Data binding To : netscape.public.mozilla.jseng From : Martin Honnen Date : Mon May 19 2003 12:19 pm Andrea wrote: > Where can I find some documentation about data binding with Mozilla? > (expectially with data binding to xml) > I'm trying with IE like data binding but with Mozilla it doesn't seem to > work.... > Can anyone help me??? There is no data binding support in Mozilla. You can however process XML documents as data and transform it to HTML with DOM scripting and/or with XSLT The XML section on http://JavaScript.faqts.com/ has some examples. -- Martin Honnen http://javascript.faqts.com/ .