summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-28 10:06:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-28 10:06:28 +0200
commit67d249d7502b4c5c2f0c4aa142c655d51e1fe020 (patch)
tree4a78090bb6cbe8e397d28ad2e2013fe205585aa8 /documentation
parent6c620880eb15473a6414901f4764daf06dc4372c (diff)
Mention that --custom-type-regex uses perl-like regex
Diffstat (limited to 'documentation')
-rw-r--r--documentation/xsd.13
-rw-r--r--documentation/xsd.xhtml5
2 files changed, 5 insertions, 3 deletions
diff --git a/documentation/xsd.1 b/documentation/xsd.1
index cebdc0e..b52d8a8 100644
--- a/documentation/xsd.1
+++ b/documentation/xsd.1
@@ -1011,7 +1011,8 @@ namespace as the generated class would have. If
.I base-sub
is present and its substitution results in a non-empty string then the
generated class is still generated but with the result of substitution
-as its name. See also the REGEX AND SHELL QUOTING section below.
+as its name. The pattern and substitutions are in the perl regular
+expression format. See also the REGEX AND SHELL QUOTING section below.
\"
\" Suffixes.
diff --git a/documentation/xsd.xhtml b/documentation/xsd.xhtml
index b85e896..8c73a54 100644
--- a/documentation/xsd.xhtml
+++ b/documentation/xsd.xhtml
@@ -914,8 +914,9 @@
and be defined in the same namespace as the generated class would
have. If <i>base-sub</i> is present and its substitution results
in a non-empty string then the generated class is still generated
- but with the result of substitution as its name. See also the
- REGEX AND SHELL QUOTING section below.
+ but with the result of substitution as its name. The pattern and
+ substitutions are in the perl regular expression format. See also
+ the REGEX AND SHELL QUOTING section below.
</dd>
<!-- Suffixes. -->