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>
--~--