An open API service indexing awesome lists of open source software.

https://github.com/houarizegai/xmllearning

The code was written 💻 in my learning 📖 process.
https://github.com/houarizegai/xmllearning

advanced-xml dtd learning-by-doing learning-code xml xml-schema xpath xquery xsd xslt

Last synced: 2 months ago
JSON representation

The code was written 💻 in my learning 📖 process.

Awesome Lists containing this project

README

        

# XML Learning
The code was written 💻 in my learning 📖 process.

## Useful links
### Mohamed Youssfi
* [Part 1 Bases de Données Semi Structuée Technologie XML](https://www.youtube.com/watch?v=iLY_-vXEsCI)
* [Part 2 Bases de Données Semi Structuée Technologie XML Pratique DTD XML XSL XPath](https://www.youtube.com/watch?v=68YAczzygDI)
* [Part 3 Bases de Données Semi Structuée Schémas XML Concepts](https://www.youtube.com/watch?v=0ef-t3m216s)
* [Part 4 Bases de Données Semi Structuée Schémas XML Implémentation](https://www.youtube.com/watch?v=SUptsOhB8Rk)
* [Part 5 Technologie XML Application DTD XML Schema XSL XPath](https://www.youtube.com/watch?v=gMI3Mko9rKk)
### W3Schools
* [XML](https://www.w3schools.com/xml/default.asp)
* [DTD](https://www.w3schools.com/xml/xml_dtd_intro.asp)
* [XSD](https://www.w3schools.com/xml/schema_intro.asp)
* [XSLT](https://www.w3schools.com/xml/xquery_intro.asp)
* [XPath](https://www.w3schools.com/xml/xpath_intro.asp)
* [XQuery](https://www.w3schools.com/xml/xquery_intro.asp)