Re: [xml-dev] Dangers of Copying Text into an XML Document

From
Jonathan Robie <>
To
"Costello, Roger L." <>
Date
2007-09-05T16:04:11Z
ID
<>
Thread
Re: [xml-dev] Dangers of Copying Text into an XML Document
Costello, Roger L. wrote:
> Hi Folks,
>  
> I am compiling a list of well-formedness problems that may arise from
> copying text from one document and pasting it into an XML document. 
>   
> Can you think of other problems that may result from copying text from
> one document and pasting it into an XML document?

The text in the source document might contain entity references that are 
not defined in the context of the target document.

Jonathan