https://github.com/eduardocruzpalacios/un-xml-records-transformation-with-xslt
United Nations XML records, marked-up according to a DTD and transformated into HTML and CSS by using XSLT and XPath.
https://github.com/eduardocruzpalacios/un-xml-records-transformation-with-xslt
records united-nations united-nations-organization
Last synced: 7 months ago
JSON representation
United Nations XML records, marked-up according to a DTD and transformated into HTML and CSS by using XSLT and XPath.
- Host: GitHub
- URL: https://github.com/eduardocruzpalacios/un-xml-records-transformation-with-xslt
- Owner: eduardocruzpalacios
- License: gpl-3.0
- Created: 2020-12-09T23:27:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T10:26:03.000Z (about 3 years ago)
- Last Synced: 2025-01-17T19:12:55.829Z (9 months ago)
- Topics: records, united-nations, united-nations-organization
- Language: XSLT
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# United Nations XML Records Transformation with XSLT
United Nations XML records, marked-up according to a DTD and transformated into HTML and CSS by using XSLT and XPath.
## How to use
Open .xml the files with a compatible browser, such as Internet Explorer.
## Files
### .dtd
Defines structure (elements and attributes) of the marked-up records.
### .xml
Records marked-up following the .dtd.They are:
- Well-formed.
- Validated.
### .xslt
Transforms each .xml in an HTML webpage with CSS.