-
Notifications
You must be signed in to change notification settings - Fork 168
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
Receiving the following exception Using Rome Tools 1.12.0 #687
Comments
Hi, @luith2000 What is the origin URL source? Regards, |
Hi Antonio, After updating to 2.1.0, still receiving the following error: Caused by: com.rometools.rome.io.ParsingFeedException: Invalid XML: Error on lin e 11: Attribute name "defer" associated with an element type "script" must be fo llowed by the ' = ' character. This is essentially the code snippet I'm using:
Regards, |
Hi, @luith2000 |
Hi Antonio, Sample URLs would be the following: https://www.newark.rutgers.edu/news/feed Regards, |
Hi, @luith2000 Edit: I was investigating about the 3 links and they are Drupal sites. You need to include rss.xml at the end of each link: Regards, |
Hi Antonio, Thank you again for checking. Was just curious if there is a common practice in ROME to check if an URL is a valid RSS endpoint? Thanks. |
@luith2000 |
Caused by: com.rometools.rome.io.ParsingFeedException: Invalid XML: Error on line 11: Attribute name "defer" associated with an element type "script" must be followed by the ' = ' character.
at com.rometools.rome.io.WireFeedInput.build(WireFeedInput.java:236) ~[rome-1.12.0.jar:1.12.0]
The text was updated successfully, but these errors were encountered: