[xml/en] Fixed dead link in xml.html.markdown (#4746)

* Fixed dead link in `xml.html.markdown`

* Found better link
This commit is contained in:
Enough7 2023-09-08 07:32:00 +02:00 committed by GitHub
parent 4c6be14b8a
commit 78f4c87f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ Support for DTDs is ubiquitous because they are so old. Unfortunately, modern XM
## Further Reading
* [XML Schema Definitions Tutorial](http://www.w3schools.com/schema/)
* [XML Schema Definitions Tutorial](https://www.w3schools.com/xml/schema_intro.asp)
* [DTD Tutorial](http://www.w3schools.com/xml/xml_dtd_intro.asp)
* [XML Tutorial](http://www.w3schools.com/xml/default.asp)
* [Using XPath queries to parse XML](http://www.w3schools.com/xml/xml_xpath.asp)