330012-1.xul 620 B

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  3. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  4. <foo id="foo" datasources="330012-1.rdf" ref="urn:root">
  5. <template>
  6. <rule>
  7. <conditions>
  8. <content uri="?root"/>
  9. <triple subject="?root"
  10. predicate="urn:squarefree:a1:grapes"
  11. object="?lalala"/>
  12. <member container="?grapes" child="?grape"/>
  13. </conditions>
  14. <action>
  15. <bar uri="?grape"/>
  16. </action>
  17. </rule>
  18. </template>
  19. </foo>
  20. </window>