Citation Encodings (2/2)
Customized XML:
- <BIB><TITLE>XML, Java, and the Future of the Web</TITLE><JOURNAL>World Wide Web Journal</JOURNAL><AUTHOR> <FIRSTNAME>Jon</FIRSTNAME> <LASTNAME>Bosak</LASTNAME></AUTHOR><VOLUMEɮ</VOLUME> <NUMBERɰ</NUMBER> <YEAR</YEAR> <PAGES-228</PAGES> </BIB>
XML Metadata Format, using DTDs from the Web:
- <?namespace href="http://library.org/bibliography-info" as="BIB"?><?namespace href="http://w3.org/schemas/rdf-schema" as="RDF"?><?namespace href="http://oclc.org/DublinCore/RDFschema" as="DC"?><RDF:serialization> <RDF:assertions href="http://assertions.org/bib-doc"> <BIB:TITLE href="http://sunsite.unc.edu/pub/sun-info/standards/xml/why/xmlapps.htm"> XML, Java, and the Future of the Web </BIB:TITLE> <BIB:JOURNAL href="http://www.w3j.com/">World Wide Web Journal </BIB:JOURNAL> <DC:Creator>Jon Bosak</DC:Creator> <BIB:VOLUMEɮ</BIB:VOLUME> <BIB:NUMBERɰ</BIB:NUMBER> <BIB:YEAR</BIB:YEAR> <BIB:PAGES-228</BIB:PAGES></RDF:assertions></RDF:serialization>