diff --git a/doc/devhelp/libxslt-xsltInternals.html b/doc/devhelp/libxslt-xsltInternals.html index 8fa8c653..99d25fb2 100644 --- a/doc/devhelp/libxslt-xsltInternals.html +++ b/doc/devhelp/libxslt-xsltInternals.html @@ -1088,6 +1088,8 @@ The content of this structure is not made public by the API. int forwards_compatible xmlHashTablePtr namedTemplates : hash table of named templates xmlXPathContextPtr xpathCtxt + unsigned long opLimit + unsigned long opCount } xsltStylesheet;
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 70deb993..4455f7b9 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -1463,6 +1463,8 @@ TODO: We need to get rid of this.xsltproc — command line XSLT processor
xsltproc — command line XSLT processor
Adjust the maximum depth of the template stack
before libxslt(3) concludes it is in an infinite loop. The default is 3000.
- Maximum number of variables. The default is 15000. Maximum element nesting level of parsed XML documents. The default is 256. Relax hardcoded limits of the XML parser by setting the XML_PARSE_HUGE parser option. Initialize pseudo random number generator with specific seed.
+ Maximum number of variables. The default is 15000. Relax hardcoded limits of the XML parser by setting the XML_PARSE_HUGE parser option. Initialize pseudo random number generator with specific seed.
Do not apply default attributes from the
document's DTD.
Refuses to create directories.
xsltproc
[[ -V
| --version
] [ -v
| --verbose
] [{ -o
| --output
} { FILE
| DIRECTORY
}] | --timing
| --repeat
| --debug
| --novalid
| --noout
| --maxdepth
| VALUE
--maxvars
| VALUE
--maxparserdepth
| VALUE
--huge
| --seed-rand
| VALUE
--html
| --encoding
+
Name
Synopsis
xsltproc
[[ -V
| --version
] [ -v
| --verbose
] [{ -o
| --output
} { FILE
| DIRECTORY
}] | --timing
| --repeat
| --debug
| --novalid
| --noout
| --maxdepth
| VALUE
--maxvars
| VALUE
--huge
| --seed-rand
| VALUE
--html
| --encoding
| ENCODING
--param
PARAMNAME
@@ -48,7 +48,7 @@
--maxdepth
VALUE
--maxvars
VALUE
--maxparserdepth
VALUE
--huge
--seed-rand
VALUE
--nodtdattr
--maxvars
VALUE
--huge
--seed-rand
VALUE
--nodtdattr
--nomkdir
--nonet