> For anyone reading with a word wrapping mail client, the latter is one
> long line with the line-feeds adjacent to the entity tags missing and
> the mid-text line-feeds converted to spaces.

Are you validating the document while parsing it? If so, the only "fix" is
to turn off data type normalization. With that enabled, which is the
default, there is no way to prevent this behavior because it is mandated by
the XSD spec.

This means in practical terms that XML Signature and XSD are in conflict
with one another.

-- Scott

Reply via email to