In case you aren’t familiar with the concept of open access, this is a good starting point.
Things that are important.
This isn’t going to be what I do, but it’s still one of the many reasons what I’m getting into is important.
XML help please!
i don’t know what’s going on. i don’t understand XML. someone please help me! here is what it looks like:
<?xml version=”1.0?>
<qualifieddc xmlns:xsi=”http://www.w3.org/2001/SMLSchema-instance”
xmlns:dc=”http://purl.org/dc/elements/1.1/”
xmlns:dcterms=”http://purl.org/dc/terms/”>
<dc:title>In a Twist, Google Reviews Zagat, and Decides to Bite</dc:title>
<dcterms:creator>Michael J. De La Merced</dcterms:creator>
<dcterms:creator>Ron Lieber</dcterms:creator>
<dcterms:creator>Claire Cain Miller</dcterms:creator>
<dc:subject>Mergers and Acquistions</dc:subject>
<dc:publisher>New York Times</dc:publisher>
<dc:identifier xsi:type=”dcterms:URI”>http://dealbook.nytimes.com/2011/09/08/google-to-buy-zagat/?scp=3&sq=google&st=cse#h[]</dc:identifier>
<dcterms:isPartOf xsi:type=”dcterms:URI”>http://dealbook.nytimes.com/</dcterms:isPartOf>
<dcterms:creation>9/8/2011, 12:05 p.m.</dcterms:creation>
</qualifieddc>
here is the error:
XML version “1.0?><qualifieddc xmlns:xsi=” is not supported, only XML 1.0 is supported.”>
What do these things mean? How do I fix it?