Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feed error #5

Open
hansb opened this issue Aug 19, 2012 · 1 comment
Open

Feed error #5

hansb opened this issue Aug 19, 2012 · 1 comment

Comments

@hansb
Copy link

hansb commented Aug 19, 2012

Hi,

The script keeps giving me an error:

[23:09:01] RSS Malformed Feed: Tag not closed: ""
[23:09:01] RSS Error: Unable to parse feed properly, parser returned error. "http://www.andromada.net/index.php?action=.xml;type=rss2"

I validated the feed, it's fine.

I tried replacing the following line:
incr tmp_num [regexp -all -- "<$tag_name(|.[^>]+)>" [string range $xml_data
$last_tag_end_last $tag_end_last]]

with:
incr tmp_num [regexp -all -- "<$tag_name([\s\t\n\r]+([^/>]*)?)?>" [string
range $xml_data $last_tag_end_last $tag_end_last]]

and

incr tmp_num [regexp -all -- "<$tag_name(| [^>]+)>" [string range $xml_data $last_tag_end_last $tag_end_last]]

But i still can't get it working, do you have a solution for me?

Regards,
Lucas

@hansb
Copy link
Author

hansb commented Sep 20, 2012

Response please..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant