You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONFORMANCE_TESTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ You can test how well TypesXML supports DTDs and XML Schema by running the confo
4
4
5
5
## DTD Tests
6
6
7
-
- Visit <https://www.w3.org/XML/Test/> and download the DTD conformance tests.
7
+
- Visit [https://www.w3.org/XML/Test/](https://www.w3.org/XML/Test/) and download the DTD conformance tests.
8
8
- Decompress the downloaded file into `tests/xmltest`.
9
9
10
10
### Running the DTD Tests
@@ -14,7 +14,7 @@ You can test how well TypesXML supports DTDs and XML Schema by running the confo
14
14
15
15
## XML Schema Tests
16
16
17
-
- Visit <https://www.w3.org/XML/2004/xml-schema-test-suite/index.html/> and download the XML Schema conformance tests.
17
+
- Visit [https://www.w3.org/XML/2004/xml-schema-test-suite/](https://www.w3.org/XML/2004/xml-schema-test-suite/) and download the XML Schema conformance tests.
18
18
- Decompress the downloaded file into `tests/xmlschema2006-11-06`.
0 commit comments