Merge pull request #1155 from steffen-kiess/json-string
[mono.git] / mcs / class / Commons.Xml.Relaxng / README
index 604a61bba650988b4c7d897b8bb876847bcf9ce9..b9d000568ba0d825f2e333443f5ffaa7263b5c55 100644 (file)
 \r
 *** Known bugs\r
 \r
-  RELAX NG implementation should mostly work fine. Known problem are:\r
+  RELAX NG implementation should mostly work fine. A known problem is:\r
 \r
-       - Grammar simplification is somewhat shorthanded. I believe it mostly\r
-         works fine, but might fail to check incorrect recursion and might\r
-         bind ref to incorrect definitions or might not handle the \r
-         definitions which have the same name.\r
        - URI string check is not strictly done; especially it does not check\r
          things described in XLink section 5.4.\r
 \r
        and problems.\r
 \r
        By default, NvdlValidatingReader supports RELAX NG, RELAX NG Compact\r
-       syntax, W3C XML Schema and built-in NVDL validations, however without\r
-       "PlanAtt" support.\r
+       syntax, W3C XML Schema and built-in NVDL validations.\r
 \r
 *** Usage\r
 \r
        An instance of NvdlValidatorGenerator will be created for each \r
        "validate" element in the NVDL script. When the validate element\r
        applies (for a PlanElem), it creates validator XmlReader.\r
-\r
-\r
-\r