view summa/bilingual/merge.xpl @ 68:6e7992263303

works
author ht
date Sun, 03 Jan 2010 18:46:18 +0000
parents f17b1346319e
children 3dd981256764
line wrap: on
line source

<?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: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']" name="vp">
  <p:xslt>
   <p:input port="stylesheet">
    <p:document href="fixup_e.xsl"/>
   </p:input>
  </p:xslt>
  <p:xslt>
   <p:input port="stylesheet">
    <p:document href="merge.xsl"/>
   </p:input>
   <p:with-param name="lfs" select="$lfs"/>
  </p:xslt>
  <p:xslt>
   <p:input port="stylesheet">
    <p:document href="bi.xsl"/>
   </p:input>
  </p:xslt>
 </p:viewport>
 <p:insert match="x:body" position="first-child">
  <p:input port="source">
   <p:inline>
    <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
    <title>Bilingual Aquinas</title>
    <style>
     h2, h3, h4 {margin-bottom: 0px; clear: both}
     .bilingual {clear: both; margin-top: .5em}
     div.eng {width: 45%; float: left}
     div.lat {width: 45%; float: right}
    @page { size: A4 portrait; margin: 1cm} 
    </style>
   </head>
   <body style="font-family: Bitstream Vera Serif">
   </body>
  </html></p:inline>
  </p:input>
  <p:input port="insertion">
   <p:pipe port="result" step="vp"/>
  </p:input>
 </p:insert>
</p:pipeline>