diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html
index de184d734..a8f11b832 100644
--- a/docs/manual/CoreTasks/style.html
+++ b/docs/manual/CoreTasks/style.html
@@ -187,9 +187,20 @@ element is used to perform Entity and URI resolution.
expression |
Text value to be placed into the param.
- Was originally intended to be an XSL expression.
+ Was originally intended to be an XSL expression. |
Yes |
+
+ if |
+ The param will only passed if this property is set. |
+ No |
+
+
+ unless |
+ The param will only passed unless this property is set. |
+ No |
+
+
outputproperty ('trax' processors only)
@@ -230,7 +241,7 @@ Used to specify factory settings.
transformer factory to use. For example
org.apache.xalan.processor.TransformerFactoryImpl
or org.apache.xalan.xsltc.trax.TransformerFactoryImpl
- or net.sf.saxon.TransformerFactoryImpl...
+ or net.sf.saxon.TransformerFactoryImpl...
No. Defaults to the JAXP lookup mechanism. |
@@ -318,7 +329,7 @@ And in Saxon 7.x:
Using factory settings
<xslt in="doc.xml" out="build/doc/output.xml"
style="style/apache.xsl">
- <factory name="org.apache.xalan.processor.TransformerFactoryImpl">
+ <factory name="org.apache.xalan.processor.TransformerFactoryImpl">
<attribute name="http://xml.apache.org/xalan/features/optimize" value="true"/>
</factory>
</xslt>
@@ -329,4 +340,3 @@ Reserved.