view xul/skin/contents.rdf @ 448:e96757237406

fixed problem with next/prev page button in oldskin (basically my bad for not properly adapting the new dllib.js)
author robcast
date Mon, 16 Jan 2006 20:36:32 +0100
parents bf945fcf9105
children
line wrap: on
line source

<?xml version="1.0" ?>
 
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
 
  <RDF:Seq RDF:about="urn:mozilla:skin:root">
    <RDF:li RDF:resource="urn:mozilla:skin:classic/1.0" />
  </RDF:Seq>

  <RDF:Description RDF:about="urn:mozilla:skin:classic/1.0">
    <chrome:packages>
      <RDF:Seq RDF:about="urn:mozilla:skin:classic/1.0:packages">
        <RDF:li RDF:resource="urn:mozilla:skin:classic/1.0:alcatraz" />
      </RDF:Seq>
    </chrome:packages>
  </RDF:Description>
</RDF:RDF>