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: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Sun, 6 Mar 2011 14:13:58 +0000
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