[Python-modules-commits] [python-odf] 65/118: Fixed bug in RELAX NG for v.1.1

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to reference refs/remotes/upstream/master
in repository python-odf.

commit 2365d35c93e5c9461eb9e8852bd32ec47d1f2597
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Wed Dec 16 21:28:20 2009 +0000

    Fixed bug in RELAX NG for v.1.1
---
 odf/grammar.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/odf/grammar.py b/odf/grammar.py
index f71d72c..09ec02c 100644
--- a/odf/grammar.py
+++ b/odf/grammar.py
@@ -4670,6 +4670,7 @@ allowed_attributes = {
 	(NUMBERNS,u'boolean-style'):(
 		(NUMBERNS,u'transliteration-language'),
 		(STYLENS,u'name'),
+		(STYLENS,u'display-name'),
 		(NUMBERNS,u'language'),
 		(NUMBERNS,u'title'),
 		(NUMBERNS,u'country'),
@@ -4681,6 +4682,7 @@ allowed_attributes = {
 	(NUMBERNS,u'currency-style'):(
 		(NUMBERNS,u'transliteration-language'),
 		(STYLENS,u'name'),
+		(STYLENS,u'display-name'),
 		(NUMBERNS,u'language'),
 		(NUMBERNS,u'title'),
 		(NUMBERNS,u'country'),
@@ -4698,6 +4700,7 @@ allowed_attributes = {
 	(NUMBERNS,u'date-style'):(
 		(NUMBERNS,u'transliteration-language'),
 		(STYLENS,u'name'),
+		(STYLENS,u'display-name'),
 		(NUMBERNS,u'language'),
 		(NUMBERNS,u'title'),
 		(NUMBERNS,u'country'),
@@ -4753,6 +4756,7 @@ allowed_attributes = {
 	(NUMBERNS,u'number-style'):(
 		(NUMBERNS,u'transliteration-language'),
 		(STYLENS,u'name'),
+		(STYLENS,u'display-name'),
 		(NUMBERNS,u'language'),
 		(NUMBERNS,u'title'),
 		(NUMBERNS,u'country'),
@@ -4765,6 +4769,7 @@ allowed_attributes = {
 	(NUMBERNS,u'percentage-style'):(
 		(NUMBERNS,u'transliteration-language'),
 		(STYLENS,u'name'),
+		(STYLENS,u'display-name'),
 		(NUMBERNS,u'language'),
 		(NUMBERNS,u'title'),
 		(NUMBERNS,u'country'),
@@ -4794,6 +4799,7 @@ allowed_attributes = {
 	(NUMBERNS,u'text-style'):(
 		(NUMBERNS,u'transliteration-language'),
 		(STYLENS,u'name'),
+		(STYLENS,u'display-name'),
 		(NUMBERNS,u'language'),
 		(NUMBERNS,u'title'),
 		(NUMBERNS,u'country'),
@@ -4806,6 +4812,7 @@ allowed_attributes = {
 		(NUMBERNS,u'transliteration-language'),
 		(NUMBERNS,u'transliteration-format'),
 		(STYLENS,u'name'),
+		(STYLENS,u'display-name'),
 		(NUMBERNS,u'language'),
 		(NUMBERNS,u'title'),
 		(NUMBERNS,u'country'),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git



More information about the Python-modules-commits mailing list