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

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.

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.