Die Werte von /TEI/text/body/div/head/@corresp sind eine
samedoc-Referenz mit IDREF, aber es existieren im selben Dokument
keine Fragmente mit dieser ID.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {-# LANGUAGE OverloadedStrings #-} | |
| {-# LANGUAGE RecursiveDo #-} | |
| {-# LANGUAGE FlexibleContexts #-} | |
| {-# LANGUAGE TemplateHaskell #-} | |
| -- | Demo: | |
| -- | 1) config and state (model) accessible everywhere without pushing | |
| -- parameters around in a reflex app. | |
| -- | 2) Pushing more than one event to 'EventWriter' and using | |
| -- 'coincidence' to extract them. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| How old were poets, when they were nobel praised? | |
| This is an example of data aquisition from HTML using XSLT. | |
| It make use of html2xml.xsl | |
| USAGE: | |
| java -jar saxon.jar -xsl:alternobel.xsl -it:start infile=https://de.wikipedia.org/wiki/Liste_der_Nobelpreistr%C3%A4ger_f%C3%BCr_Literatur |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *~ | |
| /dist | |
| /output | |
| __pycache__ |