Re: Decryption Transform processing question

On Monday 15 July 2002 08:06 pm, merlin wrote:
> C14n isn't necessarily right because it will not output entity
> declarations. I was hoping to punt to the serialized form that X was
> constructed from; but, of course, there may not have been an original
> serialized form.
>
> Actually, that's a problem: Our defined wrapping (emit entity
> declarations) cannot be implemented on DOM; DOM does not expose that
> information. 

As an aside, I agree C14N won't emit the entity declarations, but if you 
have a DOM tree parsed from an instance that did, the declaration and the 
content of the external entity should both be available to you -- I think. 
Philippe?

Received on Tuesday, 16 July 2002 14:12:35 UTC