Goodreads Developers discussion
ASP.Net Example
date
newest »


We don't have any .NET programmers here. I *think* you should be able to read in the CDATA by accessing the InnerText property on the XmlNode though. If that doesn't work, you could try grabbing the CDATA as a child node (I think the type would be XmlCDataSection) and then access its Value property.
Let me know if this works.
I'm trying to incoporate reviews into our website (Paperspine.com). We're an ASP shop and I'm having trouble getting it to work because the XML structure uses CDATA. Any samples on how to do this in vbscript or C# would be very helpful. I plan on passing the ISBN value.
Thanks,
Dustin