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

https://github.com/coderosh/learning-xml

learning-xml
https://github.com/coderosh/learning-xml

Last synced: 7 months ago
JSON representation

learning-xml

Awesome Lists containing this project

README

          

# Learning XML

- [XML Example](./xml-example.xml)
- [DTD](./dtd)
- [Internal](./dtd/internal)
- [Example](./dtd/internal/example.xml)
- [Empty Element](./dtd/internal/empty.xml)
- [Nesting](./dtd/internal/nesting.xml)
- [Mixed](./dtd/internal/mixed.xml)
- [Attributes](./dtd/internal/attributes.xml)
- [External](./dtd/external)
- [XML File](./dtd/external/example.xml)
- [DTD File](./dtd/external/example.dtd)
- [Namepace](./namespace/example.xml)
- [Schema](./schema)
- [XML File](./schema/example.xml)
- [XSD File](./schema/example.xsd)
- [Styling](./styling)
- [CSS](./styling/css)
- [XML File](./styling/css/example.xml)
- [CSS File](./styling/css/style.css)
- [XSLT](./styling/xslt)
- [XML File](./styling/xslt/example.xml)
- [XSL File](./styling/xslt/example.xsl)