Hi Folks,

separatorSuppressionPolicy="trailingEmptyStrict" means that the separators for 
the zero-length data items that are at the end of a sequence must be omitted.

So, if the separator is the forward slash, then instead of this:

        a/b/c////

the instance document must be this:

        a/b/c

Right?

separatorSuppressionPolicy="trailingEmptyStrict" does not say anything about 
the separators of zero-length data items that are not at the end of a sequence, 
right? I seek an example to illustrate this. That is, I seek an example that 
yields an error if the instance document has omitted the separators of 
zero-length data items that are not at the end of a sequence. Would you provide 
an example of this, please?

/Roger

Reply via email to