<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="../resources/style/page.xsl"?><my:doc 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="/xslt/associating.xml">
         <dc:title>Jeni's XSLT Pages: Calling Stylesheets</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-07"/>
         </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-08-07"/>
         </dc:date>
         <dc:creator rdf:resource="mail@jenitennison.com"/>
         <link rel="stylesheet" href="/resources/style/base.css"/>
      </rdf:Description>
   </rdf:RDF>
   <h1>Calling Stylesheets</h1>
   <p>
	This page will hold information about how to make stylesheets operate on some XML in
	various ways, automatically and manually, client-side and server-side.  For now, there's
	just the following post:
</p>
   <my:links>
      <my:link href="http://sources.redhat.com/ml/xsl-list/2000-07/msg01048.html">Putting XML
	&amp; XSLT in one file</my:link>
      <my:link href="http://www.biglist.com/lists/xsl-list/archives/200012/msg00427.html">Creating Frames with XSLT</my:link>
   </my:links>
   <h2 id="links">Links</h2>
   <my:links>
      <my:link href="http://www.w3.org/TR/xml-stylesheet">Associating Stylesheets with XML
	Documents (W3C Recommendation)</my:link>
      <my:link href="http://www.w3.org/TR/xslt#section-Embedding-Stylesheets">XSLT Recommendation: Embedding Stylesheets</my:link>
   </my:links>
</my:doc>