Goodreads Developers discussion

68 views
ASP.Net Example

Comments Showing 1-3 of 3 (3 new)    post a comment »
dateUp arrow    newest »

message 1: by Dustin (new)

Dustin Hubbard (dustinpaperspine) | 3 comments Hey all,
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


message 2: by Ben (new)

Ben Weiner (lostinpatterns) | 24 comments Hi Dustin,

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.


message 3: by Dustin (new)

Dustin Hubbard (dustinpaperspine) | 3 comments Hi Ben,
Thanks for the pointers. I'll poke around and see if either of those work.


back to top