Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2006-01-15 06:24:19 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-01-15 06:24:19 +0300
commit97c08a345189de79332e75268f5ac806caa800f8 (patch)
treea8184f103daa90b9aa9fa26504aea8b94c91e29f /mcs/class/System.XML/System.Xml/DTDObjectModel.cs
parentff0343ec9a5ff32a6a8df8cdf23fc26a927f5b6e (diff)
revert r55476, incorrectly made changes to the tag, not the branchmono-1.1.13
svn path=/tags/mono-1-1-13/mcs/; revision=55590
Diffstat (limited to 'mcs/class/System.XML/System.Xml/DTDObjectModel.cs')
-rw-r--r--mcs/class/System.XML/System.Xml/DTDObjectModel.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.XML/System.Xml/DTDObjectModel.cs b/mcs/class/System.XML/System.Xml/DTDObjectModel.cs
index bae72caa7ba..e411b8fa08d 100644
--- a/mcs/class/System.XML/System.Xml/DTDObjectModel.cs
+++ b/mcs/class/System.XML/System.Xml/DTDObjectModel.cs
@@ -833,8 +833,6 @@ namespace Mono.Xml
SetLineInfo (a);
a.Name = Name;
a.DefaultValue = resolvedNormalizedDefaultValue;
- if (OccurenceType != DTDAttributeOccurenceType.Required)
- a.Use = XmlSchemaUse.Optional;
XmlQualifiedName qname = XmlQualifiedName.Empty;
ArrayList enumeration = null;