I Have an XML file which has data like this... <?xml version="1.0" encoding="UTF-8" ?> - <Product productid="2246"> <productName>Lion King DVD</productName> <status>A</status> </Prdouct> I just want to pull the productname and display it... but i am finding it difficult can some one please help me... I dont want to use a loop because at one time there is only one product displayed. Would really appreciate Thank
i am using asp to read the file and display the product name... so if anyone can provide the bit of code to do this would be great