<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="resources/style/page.xsl"?>
<my:doc xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
        xsi:schemaLocation="http://www.jenitennison.com/  
                            resources/schemas/doc.xsd"
        xmlns:my="http://www.jenitennison.com/" xmlns="http://www.w3.org/1999/xhtml">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcq="http://purl.org/dc/qualifiers/1.0/" about="/compatibility.xml">
         <dc:title>Jeni's XML Pages: Compatibility</dc:title>
         <dc:date xmlns:vcf="http://www.ietf.org/internet-drafts/draft-dawson-vcard-xml-dtd-03.txt">
            <rdf:Description dcq:dateType="created" dcq:dateScheme="W3C-DTF" rdf:value="2000-08-02"/>
         </dc:date>
         <dc:date xmlns:vcf="http://www.ietf.org/internet-drafts/draft-dawson-vcard-xml-dtd-03.txt">
            <rdf:Description dcq:dateType="modified" dcq:dateScheme="W3C-DTF" rdf:value="2000-12-21"/>
         </dc:date>
         <dc:creator rdf:resource="mail@jenitennison.com"/>
         <link rel="stylesheet" href="/resources/style/base.css"/>
      </rdf:Description>
   </rdf:RDF>
   <h1>Jeni's XML Pages: Compatibility</h1>
   <p>
	I'm using these pages as a testbed and a demonstration of what you can do with
	web technologies like XML, XSLT, CSS and RDF.  I'm trying hard to
	stick within these standards so that if your browser is compliant with these
	standards it will all work fine.
</p>
   <p>
	However, I admit this is a bit of a pipe dream.  Browsers tend not to be compliant,
	tend not to implement everything and tend to interpret things very differently.
	So while my main browser is IE5, I've also tested the HTML + CSS used on these pages
	in Windows NT in Netscape 4.7 and Opera 3.61.  If you can't view something in your
	browser, then do <my:link href="mailto:mail@jenitennison.com">let me know</my:link>;
	if it just looks a bit odd, then it's probably because I've had to reach some compromise
	to make it viewable in another browser.
</p>
   <p>
	These pages are designed and tested for use with MSXML3 (July or later, but obviously the full release is best).
	If you're using IE and can't view the XML properly, I recommend you
	download the release version of
	<my:link href="http://msdn.microsoft.com/downloads/webtechnology/xml/msxml.asp">MSXML
	from Microsoft</my:link>.  You will need to install MSXML3 in replace mode, so download xmlinst.exe from the same site and follow the instructions about changing the registry entries.  See <my:link href="www.netcrucible.com/xslt/msxml-faq.htm">the
	unofficial MSXML FAQ</my:link> for more details.  The HTML is all generated by SAXON from
	exactly the same source with the same stylesheet.
</p>
   <p>
	Please do <my:link href="mailto:mail@jenitennison.com">let me know</my:link> if there is
	anything you think I could do to make the site more accessible.
</p>
   <h2 id="links">Links</h2>
   <p>The Recommendations I used when creating these pages were:</p>
   <my:links>
      <my:link href="http://www.w3.org/TR/1998/REC-xml-19980210">XML Recommendation</my:link>
      <my:link href="http://www.w3.org/TR/1999/REC-xslt-19991116">XSLT Recommendation</my:link>
      <my:link href="http://www.w3.org/TR/1998/REC-CSS2-19980512">CSS2 Recommendation</my:link>
      <my:link href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222">RDF Recommendation (Model &amp; Syntax)</my:link>
      <my:link href="http://purl.org/dc/documents/rec-dces-19990702.htm">Dublin Core Element Set v1.1</my:link>
      <my:link href="http://purl.org/dc/documents/rec/dcmes-qualifiers-20000711.htm">Dublin Core Qualifiers</my:link>
   </my:links>
</my:doc>