Revision: de764e64baec
Branch: default
Author:
jost...@gmail.com
Date: Sun May 26 23:55:58 2013
Log: Edited wiki page FileSetUtils through web user interface.
http://code.google.com/p/daisy-pipeline/source/detail?r=de764e64baec&repo=wiki
Modified:
/FileSetUtils.wiki
=======================================
--- /FileSetUtils.wiki Wed Nov 28 03:08:23 2012
+++ /FileSetUtils.wiki Sun May 26 23:55:58 2013
@@ -442,7 +442,7 @@
</d:fileset>
</p:inline>
</p:input>
-</px:fileset-join>
+</px:fileset-filter>
}}}
produces the following document:
@@ -485,7 +485,7 @@
The following pipeline:
{{{
-<px:fileset-filter media-types="text/html application/xhtml+xml">
+<px:fileset-load media-types="text/html application/xhtml+xml">
<p:input port="fileset">
<p:inline>
<d:fileset xml:base="file:/Users/me/dir/">
@@ -504,7 +504,7 @@
<dtbook xmlns="
http://www.daisy.org/z3986/2005/dtbook/"
xml:base="file:/Users/me/dir/doc4.xml">...</dtbook>
</p:inline>
</p:input>
-</px:fileset-join>
+</px:fileset-load>
}}}
would return the following document sequence (assuming that doc2.html
exists):