RSS is an XML-based format (using the Resource Description Framework (RDF) - a language for representing information about resources in the World Wide Web) that allows the syndication of lists of hyperlinks, along with other information, or metadata, that helps viewers decide whether they want to follow the link. RSS allows a person's computer to fetch and understand the information, so that all of the lists that person is interested in can be tracked and personalized for them.
From : www.bytowninternet.com/glossary
ARP
Platform : Java
License : Free, Open Source
Appears in these categories : News Aggregation, RSS (Java) Schema, Parsers, validators - Java
License : Free, Open Source
Appears in these categories : News Aggregation, RSS (Java) Schema, Parsers, validators - Java
ARP Features
- Java based RDF parser.
- Compliant with the last call candidate
syntax and
test cases
editors' working drafts. - Compliant with following standards and recommendations:
- daml:collection
rdf:parseType='daml:collection' is supported.- xml:lang
- xml:lang
is fully supported, both in RDF/XML and any
document embedding RDF/XML.
Moreover, the language tags are checked against
RFC1766,
RFC3066, ISO639-1,
ISO3166.
- xml:base
- xml:base
is fully supported, both in RDF/XML and any
document embedding RDF/XML. - URI
- All URI references are checked
against RFC2396.
The treatment of international URIs follows the approach of anyURI in
XML Schema Datatypes.
- XML Names
- All rdf:ID and rdf:BagID's are checked against
the XML Names specification. - International URI refs
- rdf:about, rdf:ID and rdf:BagID's are processed according to
the Character Model working draft. - Unicode Normal Form C
- String literals and URIs are checked for conformance with
an early uniform normalization processing model. - XML Literals
rdf:parseType='Literal'is processed respecting
namespaces, processing instructions and XML comments. This follows
the XML exclusive canonicalizations recommendation with comments, and
treating namespace (re)declarations as visible uses of the namespace.- Relative Namespace URI references
- Namespace URI references are checked in light of
the W3C XML Plenary
decision. - aboutEach
- Is no longer supported, in line with working group decisions.
- Command-line as RDF/XML to N-Triple filter.
- Command-line RDF/XML error checking.
- Can be used independently of Jena, with customizable StatementHandler.
- Highly configurable error processing.
- Xerces based XML parsing.
- Processes both standalone and embedded RDF/XML.
- Streaming parser, suitable for large files.
Modular XML InfoSet Design
- Xerces parser for XML.
- SAX2 to XML InfoSet tokenization.
- JavaCC generated RDF co-parser with explicit RDF grammar
over XML InfoSet.
Comments
show/hide comment form
Share your thoughts about ARP . Have you used ARP ? How did it fare ? Would you recommend it ?
Keep it clean please.
Keep it related to this topic. The moderator may move the comment to another, more suitable topic .
Comments are passively moderated. ie, comments appear immediately, but will be reviewed and may be removed after moderation.
Keep it related to this topic. The moderator may move the comment to another, more suitable topic .
Comments are passively moderated. ie, comments appear immediately, but will be reviewed and may be removed after moderation.
Reference Links

News Aggregation, RSS (Java)