xsl-list
[Top] [All Lists]

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

2011-03-06 08:31:40
Okay thanks.

On Sun, Mar 6, 2011 at 2:13 PM, Andrew Welch 
<andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com> wrote:
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




-- 
Alex
-----
Currently:
Freelance Software Engineer 6+ yrs exp

Previously:
https://sites.google.com/a/utg.edu.gm/alex/


A Bafila, is two rivers flowing together as one:
http://www.facebook.com/pages/Bafila/125611807494851

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