Building output
You can use the dita command-line tool, Ant, or the Java API to transform DITA content
to the various output formats that DITA Open Toolkit supports.
diff --git a/topics/implement-saxon-extension-functions.dita b/topics/implement-saxon-extension-functions.dita
index 6b5f90e06..f7a6c90d7 100644
--- a/topics/implement-saxon-extension-functions.dita
+++ b/topics/implement-saxon-extension-functions.dita
@@ -39,7 +39,7 @@
META-INF/services in the compiled JAR that your plug-in provides. Each line of the file
must be the name of a class that implements net.sf.saxon.lib.ExtensionFunctionDefinition: com.example.saxon.functions.Add
-com.example.saxon.functions.Substract
+com.example.saxon.functions.Subtract
You can create the file using service elements in an Ant
jar
task:<jar destfile="${basedir}/target/lib/example-saxon.jar">
diff --git a/topics/plugin-configfile.dita b/topics/plugin-configfile.dita
index ab36af865..487accc56 100644
--- a/topics/plugin-configfile.dita
+++ b/topics/plugin-configfile.dita
@@ -10,7 +10,7 @@
plug-ins
- identfiers
+ identifiers