Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znerol/short-story
Exctract a simplified structure from Adobe InCopy 4 ICML file format
https://github.com/znerol/short-story
Last synced: 25 days ago
JSON representation
Exctract a simplified structure from Adobe InCopy 4 ICML file format
- Host: GitHub
- URL: https://github.com/znerol/short-story
- Owner: znerol
- License: mit
- Created: 2011-05-09T05:40:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T14:18:51.000Z (about 4 years ago)
- Last Synced: 2024-04-16T00:33:52.652Z (7 months ago)
- Language: XSLT
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Adobe ICML and ICMA preprocessor stylesheets
============================================[![Build Status](https://travis-ci.org/znerol/Short-Story.svg?branch=master)](https://travis-ci.org/znerol/Short-Story)
This icml-preproc.xsl stylesheet produces a simplified structure from Adobe
InCopy 4 ICML and ICMA file format. Due to its structure ICML is somewhat hard
to transform into Markup for the Web, especially because ParagraphStyleRanges
do not necessarely correspond exactly to paragraph boundaries.The simplified structure produced by this stylesheet looks much like a html
fragment and therefore is way easier to transform further:
...
...
...
Some Title
Each paragraph of the story resides in exactly one
<p>. Guaranteed. Even if some other
character style
is applied in the middle of the a paragraph.
...
...
...
If you want to ignore embedded XMP metadata use an empty template: