This commit is contained in:
jruderman%hmc.edu 2008-01-05 04:46:19 +00:00
Родитель d930f34d98
Коммит c7fea87c59
3 изменённых файлов: 36 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:s="urn:squarefree:a1:">
<rdf:Description about="urn:root">
<s:grapes>
<rdf:Bag>
<rdf:li>
<rdf:Description/>
</rdf:li>
</rdf:Bag>
</s:grapes>
</rdf:Description>
</rdf:RDF>

Просмотреть файл

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<foo id="foo" datasources="330012-1.rdf" ref="urn:root">
<template>
<rule>
<conditions>
<content uri="?root"/>
<triple subject="?root"
predicate="urn:squarefree:a1:grapes"
object="?lalala"/>
<member container="?grapes" child="?grape"/>
</conditions>
<action>
<bar uri="?grape"/>
</action>
</rule>
</template>
</foo>
</window>

Просмотреть файл

@ -1,3 +1,4 @@
load 329335-1.xul
load 329884-1.xul
load 330012-1.xul
load 397148-1.xul