- From: Gregg Kellogg <gregg@kellogg-assoc.com>
- Date: Mon, 8 Aug 2011 13:44:34 -0400
- To: Marcel Otto <marcelotto@gmx.de>
- CC: "public-rdf-ruby@w3.org" <public-rdf-ruby@w3.org>
Received on Monday, 8 August 2011 17:45:12 UTC
The current implementation of RDF/XML doesn't support XML entities; that is, Nokogiri doesn't expand them by default, so they're not available to the RDF/XML parser. It would seem like a good idea, however, I'll look to add support for it. Gregg On Aug 8, 2011, at 10:14 AM, Marcel Otto wrote: g = RDF::Graph.load( RDF::OWL ) g.count # => 1
Received on Monday, 8 August 2011 17:45:12 UTC