mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-28 16:45:31 +00:00
Entwurf 1 -- Beiträge fehlen
This commit is contained in:
9
XSLT_Merge/kgpz.xml
Normal file
9
XSLT_Merge/kgpz.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<kgpz xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<xi:include href="../kategorien.xml" />
|
||||
<xi:include href="../orte.xml" />
|
||||
<xi:include href="../akteure.xml" />
|
||||
<xi:include href="../stuecke.xml" />
|
||||
<xi:include href="../werke.xml" />
|
||||
<xi:include href="../beitraege.xml" />
|
||||
</kgpz>
|
||||
3
XSLT_Merge/merge.sh
Executable file
3
XSLT_Merge/merge.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
xmlstarlet tr --xinclude merge.xsl kgpz.xml
|
||||
11
XSLT_Merge/merge.xsl
Normal file
11
XSLT_Merge/merge.xsl
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
<xsl:output method="xml" />
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:copy-of select="."/>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:transform>
|
||||
Reference in New Issue
Block a user