Mercurial > hg > Aquinas
view summa/bilingual/merge.xpl @ 66:f17b1346319e
works
| author | ht |
|---|---|
| date | Sun, 03 Jan 2010 17:35:38 +0000 |
| parents | 77921d86a058 |
| children | 6e7992263303 |
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']"> <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:viewport> </p:pipeline>
