diff --git a/entries/normalizer.xml b/entries/normalizer.xml index 936e455..aa13830 100644 --- a/entries/normalizer.xml +++ b/entries/normalizer.xml @@ -11,9 +11,10 @@

Transform the value of an element and the result for validation instead of the initial value. The normalizer can be defined global to all elements or local to only one element. With that said, the local normalizer will only run for the element for which it was defined. The global normalizer will run for all validated elements. This normalizer can be then overrided for each element, as needed, by attaching one to it. This way only the local one will run for that element, and the global one will run for others.

Note that this method: