From 67d249d7502b4c5c2f0c4aa142c655d51e1fe020 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Sep 2009 10:06:28 +0200 Subject: Mention that --custom-type-regex uses perl-like regex --- documentation/xsd.1 | 3 ++- documentation/xsd.xhtml | 5 +++-- 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 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. + 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. -- cgit v1.1