https://github.com/coderosh/learning-xml
learning-xml
https://github.com/coderosh/learning-xml
Last synced: 7 months ago
JSON representation
learning-xml
- Host: GitHub
- URL: https://github.com/coderosh/learning-xml
- Owner: coderosh
- Created: 2023-07-16T02:48:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T02:54:13.000Z (over 2 years ago)
- Last Synced: 2025-03-16T00:12:31.875Z (11 months ago)
- Language: XSLT
- Homepage: https://coderosh.github.io/learning-xml/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)