Changes between Version 57 and Version 58 of ImplementationBootcamp
- Timestamp:
- 2010/02/12 10:05:25 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationBootcamp
v57 v58 94 94 * http://plindenbaum.blogspot.com/2010/02/linkedinxslt-foaf-people-from.html 95 95 * 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 96 97 97 98 When 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