changeset 66:f17b1346319e

works
author ht
date Sun, 03 Jan 2010 17:35:38 +0000
parents 036ea6d3e18b
children 734a1915d5e2
files summa/bilingual/merge.xpl
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/summa/bilingual/merge.xpl	Sun Jan 03 17:17:16 2010 +0000
+++ b/summa/bilingual/merge.xpl	Sun Jan 03 17:35:38 2010 +0000
@@ -1,7 +1,12 @@
 <?xml version='1.0'?>
 <!DOCTYPE p:pipeline SYSTEM "../../../../WWW/XML/XProc/docs/schemas/xproc.dtd" >
-<p:pipeline xmlns:p="http://www.w3.org/ns/xproc" xmlns="http://www.w3.org/1999/xhtml">
- <p:viewport match="div[@class='div3']">
+<p:pipeline xmlns:p="http://www.w3.org/ns/xproc" xmlns:x="http://www.w3.org/1999/xhtml">
+ <p:option name="lfs" required="true">
+  <p:documentation>
+   <div xmlns="http://www.w3.org/1999/xhtml">list of latin files, use ; as separator</div>
+  </p:documentation>
+ </p:option>
+ <p:viewport match="x:div[@class='div3']">
   <p:xslt>
    <p:input port="stylesheet">
     <p:document href="fixup_e.xsl"/>
@@ -11,6 +16,7 @@
    <p:input port="stylesheet">
     <p:document href="merge.xsl"/>
    </p:input>
+   <p:with-param name="lfs" select="$lfs"/>
   </p:xslt>
  </p:viewport>
 </p:pipeline>