Changes between Version 21 and Version 22 of ImplementationBootcamp
- Timestamp:
- 2010/02/11 16:12:49 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationBootcamp
v21 v22 41 41 42 42 === What XSL processor to use, should you want to convert legacy xml to rdf? === 43 44 @yokofakun just tweeted using xsltproc for this, but it doesn't seem to be happy about xsl 2.0 features, so @rvosa is using net.sf.saxon.Transform instead. 43 @yokofakun uses xsltproc which work fine. For example see: 44 * http://plindenbaum.blogspot.com/2010/02/linkedinxslt-foaf-people-from.html 45 * http://plindenbaum.blogspot.com/2010/02/searching-for-genotypes-with-sparql.html 46 @rvosa is using net.sf.saxon.Transform 45 47 46 48 === What to do with RDFa metadata? ===