зеркало из https://github.com/mozilla/pjs.git
Add template crashtest
This commit is contained in:
Родитель
d930f34d98
Коммит
c7fea87c59
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче