[Javascript] AJAX: Reading the XML file

john saylor js0000 at gmail.com
Fri Feb 9 08:20:00 CST 2007


hi

On 2/9/07, Michael Borchers <list at tridemail.de> wrote:
> var product =
>      productsRequest.responseXML.getElementsByTagName('product').item(0);
> var productDescription   =
>      product.getElementsByTagName('products_description').item(0).firstChild.data;

my guess: firstChild is probably not defined.

-- 
\js  [ http://or8.net/~johns/ ]



More information about the Javascript mailing list