Changes between Version 57 and Version 58 of ImplementationBootcamp

Show
Ignore:
Timestamp:
2010/02/12 10:05:25 (14 years ago)
Author:
plindenbaum
Comment:

stream

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationBootcamp

    v57 v58  
    9494  * http://plindenbaum.blogspot.com/2010/02/linkedinxslt-foaf-people-from.html 
    9595  * http://plindenbaum.blogspot.com/2010/02/searching-for-genotypes-with-sparql.html 
     96  * http://plindenbaum.blogspot.com/2010/02/processing-large-xml-documents-with.html 
    9697 
    9798When the XML source is too large to fit in the memory of xsltproc, I (Pierre Lindenbaum ) use  a custom tool named '''xslstream''' that calls a new XSLT transformation for every chunks of data. For example say you want to convert the XML files of DBSNP ( [ftp://ftp.ncbi.nih.gov/snp/organisms/human_9606/XML/]  e.g. ds_ch1.xml.gz is 1099375 KB ) with dbsnp2rdf.xsl ( http://code.google.com/p/lindenb/source/browse/trunk/src/xsl/dbsnp2rdf.xsl ). Download '''xsltstream''' from http://code.google.com/p/lindenb/downloads/list