https://github.com/atomgraph/rdfa-editor
A prototype of an (X)HTML+RDFa editor implemented using client-side XSLT
https://github.com/atomgraph/rdfa-editor
Last synced: 3 months ago
JSON representation
A prototype of an (X)HTML+RDFa editor implemented using client-side XSLT
- Host: GitHub
- URL: https://github.com/atomgraph/rdfa-editor
- Owner: AtomGraph
- Created: 2017-08-07T22:30:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T22:15:24.000Z (over 1 year ago)
- Last Synced: 2025-01-19T22:40:52.160Z (5 months ago)
- Language: XSLT
- Homepage: https://atomgraph.github.io/RDFa-Editor/
- Size: 1.78 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDFa-Editor
A prototype of how RDFa annotations can be done on XHTML declaratively using client-side XSLT. Double-click on some text, enter any name in the prompt and inspect the DOM of the bold ``. You should see RDFa attributes such as `about`, `content`, and `property`.
Works at least in Firefox.
Uses Saxon-CE 1.1 as XSLT 2.0 processor in the browser: http://www.saxonica.com/ce/index.xml
An updated version is also available as Saxon-JS (though not open-source): http://www.saxonica.com/saxon-js/index.xml