RE: [xsl] How to modify a RDF document and preserve the <!DOCTYPE rdf:RDF[ and entity references?

Subject: RE: [xsl] How to modify a RDF document and preserve the <!DOCTYPE rdf:RDF[ and entity references?
From: Tony Nassar <tnassar@xxxxxxxxxxxx>
Date: Sun, 13 Mar 2011 12:33:26 -0700
ZIP them, and then write a URIResolver to fetch them from the ZIP file for
processing, if you want. Or, as Andrew might have been suggesting, just write
a shell script to ZIP and UNZIP them when you need to.

-----Original Message-----
From: Andrew Welch [mailto:andrew.j.welch@xxxxxxxxx]
Sent: Sunday, March 06, 2011 9:14 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Cc: Alex Muir
Subject: Re: [xsl] How to modify a RDF document and preserve the <!DOCTYPE
rdf:RDF[ and entity references?

2011/3/6 Alex Muir <alex.g.muir@xxxxxxxxx>:
> Yeah that's interesting. The entities are being used to represent a
> URL. The URL's are repeated throughout the document thousands of times
> so there is a savings in disk space.
>
> <!ENTITY wikiurl 'http://localhost/wiki/'>
>
> <rdfs:isDefinedBy
> rdf:resource="&wikiurl;Special:ExportRDF/Property:OfficeCode"/>
>
>  I suppose just the xml could be written differently?
>
> <rdfs:isDefinedBy prefix="wikiurl"
> rdf:resource="Special:ExportRDF/Property:OfficeCode"/>

There really is no point jumping through these hoops or trying to be
clever... if the file size is an issue, just zip it up.


--
Andrew Welch
http://andrewjwelch.com

Current Thread