xsl-list
[Top] [All Lists]

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

2011-03-13 14:33:42
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(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com] 
Sent: Sunday, March 06, 2011 9:14 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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(_dot_)g(_dot_)muir(_at_)gmail(_dot_)com>:
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--