Author: pkluegl
Date: Thu Jun 16 08:51:55 2016
New Revision: 1748670
URL: http://svn.apache.org/viewvc?rev=1748670&view=rev
Log:
no jira - fixed view writer examples
Modified:
uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml
Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml
URL:
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml?rev=1748670&r1=1748669&r2=1748670&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml (original)
+++ uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.howtos.xml Thu Jun 16
08:51:55 2016
@@ -599,7 +599,7 @@ Document { -> CONFIGURE(HtmlConverter, "
"outputView" = "plain"),
EXEC(HtmlConverter)};
-Document{ -> CONFIGURE(ViewWriter, "inputView" = "plain",
+Document{ -> CONFIGURE(HtmlViewWriter, "inputView" = "plain",
"outputView" = "_InitialView", "output" = "/../converted/"),
EXEC(HtmlViewWriter)};
]]> </programlisting>
@@ -651,7 +651,7 @@ Document { -> CONFIGURE(HtmlConverter, "
"outputView" = "plain", "skipWhitespaces" = false),
EXEC(HtmlConverter)};
-Document{ -> CONFIGURE(ViewWriter, "inputView" = "plain", "outputView" =
+Document{ -> CONFIGURE(TEIViewWriter, "inputView" = "plain", "outputView" =
"_InitialView", "output" = "/../converted/"),
EXEC(TEIViewWriter)};
]]> </programlisting>