https://github.com/bernardodiasc/structured-data
https://github.com/bernardodiasc/structured-data
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bernardodiasc/structured-data
- Owner: bernardodiasc
- Created: 2015-02-09T13:33:39.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-02-09T16:11:16.000Z (about 10 years ago)
- Last Synced: 2023-04-19T06:47:00.805Z (about 2 years ago)
- Language: XSLT
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# structured-data
This is a small experiment about handling structured data in `xml` and `json` format.
The XML format uses `xsl` to build the markup, the result is available here https://bernardodiasc.github.io/structured-data/data.xml
I'm looking for a good way to accomplish the same result, easy as in the XML example, but for the JSON. If you know hoew to do, please send a PR!
Its preferably a result that will be able to see on GitHub pages. If you need to include a `data.html` file, go for it. But do not change the `data.xml` and `data.json`, both have the same structure and same data.
Thanks for your attention.