We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Feed problem (Read 893 times)
Feed problem
Jun 26th, 2007, 1:49pm
 
I'm having problems to parse the rss feed with the Microsoft's XML Parser. And IE 7 cannot read it. This is the piece:
Code:


<description>Emergent Languages, Systems & Software for Algorithmic & Interactive Art. <br> <br> The school is proud to announce the first ?Digital Summer School? which is to be held over consecutive weekends in August at the Showroom Cinema in Sheffield (UK) located minutes from Sheffield train station. <br> <br> Subtitled ?emergent languages systems and software for algorithmic and interactive art? each weekend will focus on a different piece of software and is hosted by a leading practitioner in the field. The workshops are aimed primarily at professionals working in this field and require a strong working knowledge of interactive and generative systems. <br> <br> Places on the workshops are limited. If you would like to attend a workshop please contact info@s-i-a-a.org giving a brief account of your practice and why you want to attend. <br> <br> The cost of each weekend is £50. <br> <br> 10th-11th August is VVVV hosted by Sebastian Gregor <br> <a href="http://www.s-i-a-a.org/a/?p=17" target="_blank">http://www.s-i-a-a.org/a/?p=17</a> <br> <br> 17th-18th August is JavaScript in Max hosted by Jeremy Bernstein <br> <a href="http://www.s-i-a-a.org/a/?p=15" target="_blank">http://www.s-i-a-a.org/a/?p=15</a> <br> <br> 24th-25th August is Processing hosted by Marius Watz <br> <a href="http://www.s-i-a-a.org/a/?p=14" target="_blank">http://www.s-i-a-a.org/a/?p=14</a> <br> <br> For venue information see: <br> <a href="http://www.showroom.org.uk" target="_blank">http://www.showroom.org.uk</a> <br> <br> - <br> <br> The School of Interactive and Algorithmic Art <br> <a href="http://www.s-i-a-a.org" target="_blank">http://www.s-i-a-a.org</a> <br> <br> - <br> </description>



This validator says:

line 142, column 177: description contains bad characters (4 occurrences)

   ... e school is proud to announce the first Digital Summer School which is ...


May be is only this piece, bcause I could read it before. UTF-8 declaration I dunno.

Thanks!
Re: Feed problem
Reply #1 - Jun 26th, 2007, 3:51pm
 
thanks. i'm gonna look into it as soon as i can.

F
Re: Feed problem
Reply #2 - Jun 27th, 2007, 11:40am
 
i managed to get it validated but not to remove all warnings (mostly due to wrong character encodings and html-entities). will take another stab at it once i have the time .. let me know if it works for you now.

continues here (bug report):
http://dev.processing.org/bugs/show_bug.cgi?id=588

F
Re: Feed problem
Reply #3 - Jun 28th, 2007, 11:03am
 
Yep, it runs fine now! I still have problems parsing it, but it's a source-code problem. If IE7 accepts the feed it means that there's a way for the MS XML parser.
Many thanks Florian.
Page Index Toggle Pages: 1