summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/etc/schema/genshi-old.rnc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-23 11:14:27 +0100
committerGravatar Tom Willemsen2011-03-23 11:14:27 +0100
commit0d342f0aee3f2f800e486c0051dabe718a7b2841 (patch)
tree1f55afabb8f4876dbe564f7ed5d8e573ddc78df3 /emacs.d/nxhtml/etc/schema/genshi-old.rnc
parentd4510153b17625a3dd2f1852cc6392fc26efecf6 (diff)
downloaddotfiles-0d342f0aee3f2f800e486c0051dabe718a7b2841.tar.gz
dotfiles-0d342f0aee3f2f800e486c0051dabe718a7b2841.zip
I don't like nxhtml
Diffstat (limited to 'emacs.d/nxhtml/etc/schema/genshi-old.rnc')
-rw-r--r--emacs.d/nxhtml/etc/schema/genshi-old.rnc27
1 files changed, 0 insertions, 27 deletions
diff --git a/emacs.d/nxhtml/etc/schema/genshi-old.rnc b/emacs.d/nxhtml/etc/schema/genshi-old.rnc
deleted file mode 100644
index 5384fe1..0000000
--- a/emacs.d/nxhtml/etc/schema/genshi-old.rnc
+++ /dev/null
@@ -1,27 +0,0 @@
-namespace py = "http://genshi.edgewall.org/"
-
-genshi.expr-type = xsd:string { minLength = "1" }
-genshi.with-type = xsd:string { minLength = "1" }
-genshi.choose-type = xsd:string
-genshi.def-type = xsd:string
-genshi.xpath-type = xsd:anyURI
-
-genshi.attrib = attribute py:if { genshi.expr-type }?,
- attribute py:choose { genshi.choose-type }?,
- attribute py:when { genshi.expr-type }?,
- attribute py:otherwise { genshi.expr-type }?,
- attribute py:for { genshi.expr-type }?,
- attribute py:def { genshi.def-type }?,
- attribute py:match { genshi.xpath-type }?,
- attribute py:with { genshi.with-type }?,
- attribute py:attrs { genshi.expr-type }?,
- attribute py:content { genshi.expr-type }?,
- attribute py:replace { genshi.expr-type }?,
- attribute py:strip { genshi.expr-type }?
-
-genshi.if.attlist = attribute expr { genshi.expr-type }
-genshi.for.attlist = attribute each { genshi.expr-type }
-genshi.def.attlist = attribute each { genshi.expr-type }
-genshi.with.attlist = attribute vars { genshi.with-type }
-
-