Quantcast
Channel: RSS Feed URL Validation in Java - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by T. Roman for RSS Feed URL Validation in Java

I know it was 3 years ago), but here is my code.Use the library of rome.Using ROME to read a syndication feedpublic boolean romeLibraryExample(String address) { boolean ok = false; try{ URL url = new...

View Article



Answer by user1079877 for RSS Feed URL Validation in Java

The best way is to use XML Validation for that:Download XSD file from here and put it behind you class file:http://europa.eu/rapid/conf/RSS20.xsdYou can use XSD with DOM:private void validate(final...

View Article

Answer by RITUser for RSS Feed URL Validation in Java

I did it in a simple way, don't know how far it meets, but in my case it is helpful. Bellow is my code snippetDocumentBuilder builder =...

View Article

RSS Feed URL Validation in Java

I need to check RSS feed URL validation. I have a url, now I need to check this url is only for RSS feed, how do I check that in core java? please help

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images